public class PlainAttributeProperties extends AbstractAttributeProperties implements AttributeProperties
| Modifier and Type | Field and Description |
|---|---|
private String |
_default |
_attributeTypePid| Constructor and Description |
|---|
PlainAttributeProperties(String attributeTypePid)
Erzeugt ein neues Objekt für ein Attribut eines vorgegebenen Attributtyps.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDefault()
Bestimmt den Defaultwert dieses Attributs.
|
void |
setDefault(String aDefault)
Setzt den Defaultwert dieses Attributs.
|
getAttributeTypePid, getInfo, getMaxCount, getName, getTargetValue, setInfo, setMaxCount, setMaxCount, setName, setTargetValue, setTargetValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeTypePid, getInfo, getMaxCount, getName, getTargetValue, setInfo, setMaxCount, setMaxCount, setName, setTargetValue, setTargetValueprivate String _default
public PlainAttributeProperties(String attributeTypePid)
attributeTypePid - Attributtyp des Attributspublic void setDefault(String aDefault)
aDefault - Defaultwert dieses Attributspublic String getDefault()
null falls der Wert nicht gesetzt wurde