Class ConfigAttributeGroup
- java.lang.Object
-
- de.bsvrz.puk.config.configFile.datamodel.AbstractConfigSystemObject
-
- de.bsvrz.puk.config.configFile.datamodel.ConfigSystemObject
-
- de.bsvrz.puk.config.configFile.datamodel.ConfigConfigurationObject
-
- de.bsvrz.puk.config.configFile.datamodel.ConfigAttributeSet
-
- de.bsvrz.puk.config.configFile.datamodel.ConfigAttributeGroup
-
- All Implemented Interfaces:
de.bsvrz.dav.daf.main.config.AttributeGroup
,de.bsvrz.dav.daf.main.config.AttributeSet
,de.bsvrz.dav.daf.main.config.ConfigurationObject
,de.bsvrz.dav.daf.main.config.SystemObject
,java.lang.Comparable
public class ConfigAttributeGroup extends ConfigAttributeSet implements de.bsvrz.dav.daf.main.config.AttributeGroup
Implementierung der Attributgruppe auf Seiten der Konfiguration.
-
-
Constructor Summary
Constructors Constructor Description ConfigAttributeGroup(de.bsvrz.dav.daf.main.config.ConfigurationArea configurationArea, SystemObjectInformationInterface systemObjectInfo)
Konstruktor für eine Attributgruppe.
-
Method Summary
Modifier and Type Method Description java.util.Collection<de.bsvrz.dav.daf.main.config.Aspect>
getAspects()
de.bsvrz.dav.daf.main.config.AttributeGroupUsage
getAttributeGroupUsage(de.bsvrz.dav.daf.main.config.Aspect aspect)
java.util.Collection<de.bsvrz.dav.daf.main.config.AttributeGroupUsage>
getAttributeGroupUsages()
boolean
isConfigurating()
boolean
isParameter()
-
Methods inherited from class de.bsvrz.puk.config.configFile.datamodel.ConfigAttributeSet
getAttribute, getAttributes
-
Methods inherited from class de.bsvrz.puk.config.configFile.datamodel.ConfigConfigurationObject
addSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, invalidate, isValid, removeSet, revalidate, simpleRevalidate
-
Methods inherited from class de.bsvrz.puk.config.configFile.datamodel.ConfigSystemObject
createConfigurationData, equals, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationDataBytes, getId, getName, getObjectLookupForData, getPid, getType, getUsedAttributeGroupUsages, hashCode, originalHashCode, removeConfigurationData, setConfigurationData, setConfigurationData, setName, simpleInvalidation
-
Methods inherited from class de.bsvrz.puk.config.configFile.datamodel.AbstractConfigSystemObject
compareTo, getConfigurationArea, getConfigurationData, getDataModel, getInfo, getNameOrPidOrId, getPidOrId, getPidOrNameOrId, isOfType, isOfType, setConfigurationData, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.bsvrz.dav.daf.main.config.AttributeGroup
createData, getAttributeGroupUsage
-
Methods inherited from interface de.bsvrz.dav.daf.main.config.AttributeSet
getAttribute, getAttributes
-
Methods inherited from interface de.bsvrz.dav.daf.main.config.ConfigurationObject
addSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, removeSet, revalidate
-
Methods inherited from interface de.bsvrz.dav.daf.main.config.SystemObject
getConfigurationArea, getConfigurationData, getConfigurationData, getConfigurationData, getDataModel, getId, getInfo, getName, getNameOrPidOrId, getPid, getPidOrId, getPidOrNameOrId, getType, getUsedAttributeGroupUsages, invalidate, isOfType, isOfType, isValid, setConfigurationData, setConfigurationData, setConfigurationData, setName, toString
-
-
-
-
Constructor Detail
-
ConfigAttributeGroup
public ConfigAttributeGroup(de.bsvrz.dav.daf.main.config.ConfigurationArea configurationArea, SystemObjectInformationInterface systemObjectInfo)
Konstruktor für eine Attributgruppe.- Parameters:
configurationArea
- der Konfigurationsbereich der AttributgruppesystemObjectInfo
- das korrespondierende Objekt für die Dateioperationen der Attributgruppe
-
-
Method Detail
-
isParameter
public boolean isParameter()
- Specified by:
isParameter
in interfacede.bsvrz.dav.daf.main.config.AttributeGroup
-
isConfigurating
public boolean isConfigurating()
- Specified by:
isConfigurating
in interfacede.bsvrz.dav.daf.main.config.AttributeGroup
-
getAttributeGroupUsages
public java.util.Collection<de.bsvrz.dav.daf.main.config.AttributeGroupUsage> getAttributeGroupUsages()
- Specified by:
getAttributeGroupUsages
in interfacede.bsvrz.dav.daf.main.config.AttributeGroup
-
getAttributeGroupUsage
public de.bsvrz.dav.daf.main.config.AttributeGroupUsage getAttributeGroupUsage(de.bsvrz.dav.daf.main.config.Aspect aspect)
- Specified by:
getAttributeGroupUsage
in interfacede.bsvrz.dav.daf.main.config.AttributeGroup
-
getAspects
public java.util.Collection<de.bsvrz.dav.daf.main.config.Aspect> getAspects()
- Specified by:
getAspects
in interfacede.bsvrz.dav.daf.main.config.AttributeGroup
-
-