XProperties 1.0.3

at.spardat.properties
Class PropertyAttributes

java.lang.Object
  extended byat.spardat.properties.PropertyAttributes

public class PropertyAttributes
extends java.lang.Object

Manages a set of property attributes


Constructor Summary
PropertyAttributes()
           
 
Method Summary
 PropertyAttribute getAttribute(java.lang.String attrName)
           
 PropertyAttribute getOrCreateAttribute(java.lang.String attrName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyAttributes

public PropertyAttributes()
Method Detail

getAttribute

public PropertyAttribute getAttribute(java.lang.String attrName)
Parameters:
attrName -
Returns:
the attribute with the given attribute name or null if the attribute does not exist.

getOrCreateAttribute

public PropertyAttribute getOrCreateAttribute(java.lang.String attrName)

XProperties 1.0.3