|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties
de.bsvrz.puk.config.xmlFile.properties.ConfigurationObjectProperties
de.bsvrz.puk.config.xmlFile.properties.AttributeGroupProperties
public class AttributeGroupProperties
Dieses Objekt spiegelt eine Attributgruppendefinition wieder, die in der K2S.DTD definiert ist.
Field Summary | |
---|---|
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
|
Fields inherited from class de.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties |
---|
_id, _name, _pid, _type |
Constructor Summary | |
---|---|
AttributeGroupProperties(String name,
String pid,
long id,
String typePid,
SystemObjectInfo info)
|
Method Summary | |
---|---|
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 |
Methods inherited from class de.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties |
---|
appendParamString, getId, getInfo, getName, getPid, getType, setType, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private boolean _configuring
private boolean _isParameter
private ConfigurationAspect[] _configurationAspect
private AttributeProperties[] _attributeAndAttributeList
Constructor Detail |
---|
public AttributeGroupProperties(String name, String pid, long id, String typePid, SystemObjectInfo info)
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |