private class ConfigAttribute.AttributeValues extends Object
SystemObject.getConfigurationData(de.bsvrz.dav.daf.main.config.AttributeGroup)
, da dort Informationen benötigt werden, die hier erst zur Verfügung gestellt werden.Modifier and Type | Field and Description |
---|---|
private AttributeType |
_attributeType
der Typ des Attributs
|
private boolean |
_isCountVariable
gibt an, ob die Feldgröße dieses Attributs variieren kann
|
private int |
_maxCount
die maximale Feldgröße dieses Attributs
|
private short |
_position
die Position eines Attributs oder einer Attributliste in der übergeordneten Attributmenge (Attributgruppe bzw.
|
Constructor and Description |
---|
ConfigAttribute.AttributeValues()
Konstruktor, der die Attributeigenschaften aus einem konfigurierenden Datensatz ausliest.
|
Modifier and Type | Method and Description |
---|---|
AttributeType |
getAttributeType()
Gibt den Typ dieses Attributs zurück.
|
int |
getMaxCount()
Gibt die maximale Feldgröße dieses Attributs zurück.
|
int |
getPosition()
Gibt die Position eines Attributs oder einer Attributliste in der übergeordneten Attributmenge (Attributgruppe bzw.
|
boolean |
isCountVariable()
Gibt zurück, ob die Feldgröße dieses Attributs variieren kann.
|
private short _position
private int _maxCount
private boolean _isCountVariable
private AttributeType _attributeType
public ConfigAttribute.AttributeValues()
public int getPosition()
public int getMaxCount()
public boolean isCountVariable()
true
, wenn die Feldgröße dieses Attributs variieren kann, sonst false
public AttributeType getAttributeType()