public class AttributeGroupProperties extends ConfigurationObjectProperties
Dieses Objekt spiegelt eine Attributgruppendefinition wieder, die in der K2S.DTD definiert ist.
_id, _name, _pid, _type
Constructor and Description |
---|
AttributeGroupProperties(java.lang.String name,
java.lang.String pid,
long id,
java.lang.String typePid,
SystemObjectInfo info) |
Modifier and Type | Method and Description |
---|---|
AttributeProperties[] |
getAttributeAndAttributeList()
Array, das alle Attribute und Attributlisten enthält.
|
ConfigurationAspect[] |
getConfigurationAspect()
Alle Aspekte des Objekts
|
boolean |
getConfiguring()
Konfigurierend ja/nein
|
boolean |
isParameter()
Parametrierend ja/nein
|
void |
setAttributeAndAttributeList(AttributeProperties[] attributeAndAttributeList) |
void |
setConfigurationAspect(ConfigurationAspect[] configurationAspect) |
void |
setConfiguring(boolean configuring)
Konfigurierend ja/nein
|
void |
setConfiguring(java.lang.String configuring)
Konfigurierend ja/nein
|
void |
setParameter(boolean isParameter)
parametrierend ja/nein
|
void |
setParameter(java.lang.String isParameter)
parametrierend ja/nein
|
appendParamString, getId, getInfo, getName, getPid, getType, setType, toString
public AttributeGroupProperties(java.lang.String name, java.lang.String pid, long id, java.lang.String typePid, SystemObjectInfo info)
public void setConfigurationAspect(ConfigurationAspect[] configurationAspect)
configurationAspect
- Aspekte oder ein leeres Array, falls keine Aspekte vorhanden sindpublic ConfigurationAspect[] getConfigurationAspect()
Alle Aspekte des Objekts
public void setConfiguring(java.lang.String configuring)
Konfigurierend ja/nein
configuring
- “ja” oder “nein”, "“ wird als ”nein" interpretiertpublic void setConfiguring(boolean configuring)
Konfigurierend ja/nein
configuring
- true = “ja” oder false = “nein”public void setParameter(java.lang.String isParameter)
parametrierend ja/nein
isParameter
- public void setParameter(boolean isParameter)
parametrierend ja/nein
isParameter
- public boolean getConfiguring()
Konfigurierend ja/nein
public boolean isParameter()
Parametrierend ja/nein
public AttributeProperties[] getAttributeAndAttributeList()
Array, das alle Attribute und Attributlisten enthält. In dem Array sind Objekte vom Typ PlainAttributeProperties und ListAttributeProperties gespeichert. Das erste Element, das aus der XML Datei eingelesen wurde, steht an Position [0]. Wurden keine Elemente eingelesen, ist das Array leer.
public void setAttributeAndAttributeList(AttributeProperties[] attributeAndAttributeList)
attributeAndAttributeList
- Array, das alle Attribute und Attributlisten enthält. In dem Array sind Objekte vom Typ PlainAttributeProperties und ListAttributeProperties gespeichert. Die Reihenfolge der Elemente bleibt beim speichern erhalten.