public class AttributeGroupProperties extends ConfigurationObjectProperties
Modifier and Type | Field and Description |
---|---|
private AttributeProperties[] |
_attributeAndAttributeList
Speichert alle Attribute und Attributlisten in der Reihe ihres auftretens.
|
private ConfigurationAspect[] |
_configurationAspect
Speichert alle Aspekte, Größe 0 bedeutet, das es keine Aspekte gibt
|
private boolean |
_configuring |
private boolean |
_isParameter |
_id, _name, _pid, _type
Constructor and Description |
---|
AttributeGroupProperties(String name,
String pid,
long id,
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(String configuring)
Konfigurierend ja/nein
|
void |
setParameter(boolean isParameter)
parametrierend ja/nein
|
void |
setParameter(String isParameter)
parametrierend ja/nein
|
appendParamString, getId, getInfo, getName, getPid, getType, setType, toString
private boolean _configuring
private boolean _isParameter
private ConfigurationAspect[] _configurationAspect
private AttributeProperties[] _attributeAndAttributeList
public AttributeGroupProperties(String name, String pid, long id, String typePid, SystemObjectInfo info)
public void setConfigurationAspect(ConfigurationAspect[] configurationAspect)
configurationAspect
- Aspekte oder ein leeres Array, falls keine Aspekte vorhanden sindpublic ConfigurationAspect[] getConfigurationAspect()
public void setConfiguring(String configuring)
configuring
- "ja" oder "nein", "" wird als "nein" interpretiertpublic void setConfiguring(boolean configuring)
configuring
- true = "ja" oder false = "nein"public void setParameter(String isParameter)
isParameter
- public void setParameter(boolean isParameter)
isParameter
- public boolean getConfiguring()
public boolean isParameter()
public AttributeProperties[] getAttributeAndAttributeList()
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.