java.lang.Comparable
, ConfigurationObject
, SystemObject
AttributeGroup
, AttributeListDefinition
DafAttributeGroup
, DafAttributeListDefinition
, DafAttributeSet
public interface AttributeSet extends ConfigurationObject
Attributgruppen
und in Attributlisten
benutzt, um mehrere
Attribute zu einer Einheit zusammenzufassen.Modifier and Type | Method | Description |
---|---|---|
Attribute |
getAttribute(java.lang.String attributeName) |
Liefert das Attribut mit dem angegebenen Namen dieser Attributgruppe zurück.
|
java.util.List<Attribute> |
getAttributes() |
Liefert eine Liste der Attribute dieser Attributmenge (Attributgruppe bzw.
|
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
java.util.List<Attribute> getAttributes()
Position
der
Attribute definierte Reihenfolge innerhalb der Attributgruppe bzw. AttributlisteAttributen
Attribute getAttribute(java.lang.String attributeName)
attributeName
- Name des gesuchten Attributs.null
wenn kein Attribut mit dem gegebenen Namen gefunden
wurde.