public class ListAttributeProperties extends java.lang.Object implements AttributeProperties
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_attributeTypePid |
| Constructor and Description |
|---|
ListAttributeProperties(java.lang.String attributeTypePid)
Erzeugt ein neues Objekt für ein Attribut eines vorgegebenen Attributtyps.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeTypePid()
Liefert den Attributtyps dieses Attributs.
|
de.bsvrz.dav.daf.main.config.SystemObjectInfo |
getInfo()
Bestimmt die Info mit Kurzinfo und Beschreibung dieses Attributs.
|
int |
getMaxCount()
Bestimmt die maximale Anzahl von Arrayelementen.
|
java.lang.String |
getName()
Bestimmt den Namen des Attributs
|
TargetValue |
getTargetValue()
Bestimmt, ob die Anzahl Arrayelemente variabel oder fest ist.
|
void |
setInfo(de.bsvrz.dav.daf.main.config.SystemObjectInfo info)
Setzt die Info mit Kurzinfo und Beschreibung dieses Attributs.
|
void |
setMaxCount(int maxCount)
Setzt die maximale Anzahl von Arrayelementen.
|
void |
setMaxCount(java.lang.String maxCount)
Setzt die maximale Anzahl von Arrayelementen.
|
void |
setName(java.lang.String name)
Setzt den Namen des Attributs.
|
void |
setTargetValue(java.lang.String targetValue)
Legt fest, ob die Anzahl Arrayelemente variabel oder fest ist.
|
void |
setTargetValue(TargetValue targetValue)
Legt fest, ob die Anzahl Arrayelemente variabel oder fest ist.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeTypePid, getInfo, getMaxCount, getName, getTargetValue, setInfo, setMaxCount, setMaxCount, setName, setTargetValue, setTargetValuepublic ListAttributeProperties(java.lang.String attributeTypePid)
attributeTypePid - Attributtyp des Attributspublic java.lang.String getAttributeTypePid()
AttributePropertiesgetAttributeTypePid in interface AttributePropertiespublic int getMaxCount()
AttributePropertiesgetMaxCount in interface AttributePropertiespublic void setMaxCount(java.lang.String maxCount)
AttributePropertiessetMaxCount in interface AttributePropertiesmaxCount - Maximale Anzahl von Arrayelementen.public void setMaxCount(int maxCount)
AttributePropertiessetMaxCount in interface AttributePropertiesmaxCount - Maximale Anzahl von Arrayelementen.public TargetValue getTargetValue()
AttributePropertiesgetTargetValue in interface AttributePropertiespublic void setTargetValue(java.lang.String targetValue)
AttributePropertiessetTargetValue in interface AttributePropertiestargetValue - "variabel" oder "fest"public void setTargetValue(TargetValue targetValue)
AttributePropertiessetTargetValue in interface AttributePropertiestargetValue - TargetValue.FIX oder TargetValue.VARIABLEpublic java.lang.String getName()
AttributePropertiesgetName in interface AttributePropertiespublic void setName(java.lang.String name)
AttributePropertiessetName in interface AttributePropertiesname - Name des Attributs.public de.bsvrz.dav.daf.main.config.SystemObjectInfo getInfo()
AttributePropertiesgetInfo in interface AttributePropertiespublic void setInfo(de.bsvrz.dav.daf.main.config.SystemObjectInfo info)
AttributePropertiessetInfo in interface AttributePropertiesinfo - Info mit Kurzinfo und Beschreibung dieses Attributs