XProperties 1.0.3

at.spardat.properties
Class PropertyAttribute

java.lang.Object
  extended byat.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.


Constructor Summary
protected PropertyAttribute(java.lang.String name)
           
 
Method Summary
 void addPropertyKey(java.lang.String propertyKey, java.lang.String attrValue)
           
 void addPropertyKey(java.lang.String propertyKey, java.lang.String[] attrValues)
           
 java.lang.String getName()
           
 java.util.Iterator getPropertiesWithAttributeValue(java.lang.String attrValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyAttribute

protected PropertyAttribute(java.lang.String name)
Method Detail

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)

XProperties 1.0.3