public class AttributeListProperties extends ConfigurationObjectProperties
Diese Klasse stellt eine AttributlistenDefinition dar, diese wird in der K2S.DTD definiert.
_id, _name, _pid, _type| Constructor and Description |
|---|
AttributeListProperties(java.lang.String name,
java.lang.String pid,
long id,
java.lang.String typePid,
SystemObjectInfo info) |
| Modifier and Type | Method and Description |
|---|---|
AttributeProperties[] |
getAttributeAndAttributeList()
Das Array speichert alle Objekte, die vom Typ PlainAttributeProperties oder vom Typ ListAttributeProperties sind.
|
void |
setAttributeAndAttributeList(AttributeProperties[] attributeAndAttributeList) |
appendParamString, getId, getInfo, getName, getPid, getType, setType, toStringpublic AttributeListProperties(java.lang.String name,
java.lang.String pid,
long id,
java.lang.String typePid,
SystemObjectInfo info)
public AttributeProperties[] getAttributeAndAttributeList()
Das Array speichert alle Objekte, die vom Typ PlainAttributeProperties oder vom Typ ListAttributeProperties sind. An Position [0] ist das Objekt gespeichert, das auch als erstes eingelesen wurde.
public void setAttributeAndAttributeList(AttributeProperties[] attributeAndAttributeList)
attributeAndAttributeList - Array, das Objekte vom Typ PlainAttributeProperties oder vom Typ ListAttributeProperties enthält. Die Position der Elemente bleibt auch beim speichern erhalten.