public interface Field
Attribute
. Such a source is used to retrieve the value for an
attribute or to store that value (but only if isAllowedAsOutputField()
returns true for the field instance).Modifier and Type | Method and Description |
---|---|
<T> Attribute<T> |
getAttribute()
An
Attribute object which represents this field in a given
context (e.g. when nominal there must exist some values) |
String |
getFieldName()
Returns the name of the field of the data source.
|
String |
getFieldNamePretty()
A human readable string representing the name of the field of the data source
|
default String |
getFullFieldName()
A string of form fieldname|source
|
String |
getSource()
Returns the name of the class of the data source.
|
String |
getSourcePretty()
A human readable string representing the class of the data source
|
default boolean |
isAllowedAsOutputField()
Returns true if this field is allowed as output within in a given context
|
boolean |
isInput() |
boolean |
isOutput() |
void |
setInput(boolean input) |
void |
setOutput(boolean output) |
String getFieldName()
String getFieldNamePretty()
String getSource()
String getSourcePretty()
<T> Attribute<T> getAttribute()
Attribute
object which represents this field in a given
context (e.g. when nominal there must exist some values)Attribute
default String getFullFieldName()
default boolean isAllowedAsOutputField()
boolean isOutput()
void setOutput(boolean output)
boolean isInput()
void setInput(boolean input)
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.