public class ConfigAttributeSet extends ConfigConfigurationObject implements AttributeSet
AttributeSet
für Attributmengen auf Seiten der Konfiguration._systemObjectInfo
Constructor and Description |
---|
ConfigAttributeSet(ConfigurationArea configurationArea,
SystemObjectInformationInterface systemObjectInfo)
Konstruktor für eine
Attributmenge . |
Modifier and Type | Method and Description |
---|---|
Attribute |
getAttribute(String attributeName)
Liefert das Attribut mit dem angegebenen Namen dieser Attributgruppe zurück.
|
private Map<String,Attribute> |
getAttributeMap()
Liest die Attribute aus der Konfiguration und merkt sie sich in einer Map.
|
List<Attribute> |
getAttributes()
Liefert eine Liste der Attribute dieser Attributmenge (Attributgruppe bzw.
|
addSet, directDuplicate, directModification, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, invalidate, invalidateCache, isValid, removeSet, revalidate, simpleRevalidate
checkChangePermit, createConfigurationData, equals, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationDataBytes, getId, getName, getObjectLookupForData, getPid, getSerializerVersion, getType, getUsedAttributeGroupUsages, hashCode, originalHashCode, removeConfigurationData, setConfigurationData, setConfigurationData, setName, simpleInvalidation
compareTo, getConfigurationArea, getConfigurationData, getDataModel, getInfo, getNameOrPidOrId, getPidOrId, getPidOrNameOrId, isOfType, isOfType, setConfigurationData, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, removeSet, revalidate
getConfigurationArea, getConfigurationData, getConfigurationData, getConfigurationData, getDataModel, getId, getInfo, getName, getNameOrPidOrId, getPid, getPidOrId, getPidOrNameOrId, getType, getUsedAttributeGroupUsages, invalidate, isOfType, isOfType, isValid, setConfigurationData, setConfigurationData, setConfigurationData, setName, toString
compareTo
public ConfigAttributeSet(ConfigurationArea configurationArea, SystemObjectInformationInterface systemObjectInfo)
Attributmenge
.configurationArea
- der Konfigurationsbereich dieser AttributmengesystemObjectInfo
- das korrespondierende Objekt für die Dateioperationen dieser Attributmengepublic List<Attribute> getAttributes()
de.bsvrz.dav.daf.main.config.AttributeSet
Position
der
Attribute definierte Reihenfolge innerhalb der Attributgruppe bzw. AttributlistegetAttributes
in interface AttributeSet
Attributen
public Attribute getAttribute(String attributeName)
de.bsvrz.dav.daf.main.config.AttributeSet
getAttribute
in interface AttributeSet
attributeName
- Name des gesuchten Attributs.null
wenn kein Attribut mit dem gegebenen Namen gefunden
wurde.