at.spardat.properties
Class PropertyAttribute
java.lang.Object
at.spardat.properties.PropertyAttribute
- public class PropertyAttribute
- extends java.lang.Object
encapsulates the information about a single property attribute.
Each property attribute may have any number of values. For each value
the property keys which are assigned to the given attribute value are
stored.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyAttribute
protected PropertyAttribute(java.lang.String name)
getName
public java.lang.String getName()
getPropertiesWithAttributeValue
public java.util.Iterator getPropertiesWithAttributeValue(java.lang.String attrValue)
addPropertyKey
public void addPropertyKey(java.lang.String propertyKey,
java.lang.String[] attrValues)
addPropertyKey
public void addPropertyKey(java.lang.String propertyKey,
java.lang.String attrValue)