com.triadsoft.common.properties
Class PropertyElement
java.lang.Object
com.triadsoft.common.properties.PropertyElement
- Direct Known Subclasses:
- PropertyCategory, PropertyEntry, PropertyFile
public abstract class PropertyElement
- extends java.lang.Object
- Author:
- Triad (flores.leonardo@triadsoft.com.ar)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_CHILDREN
public static final PropertyElement[] NO_CHILDREN
PropertyElement
public PropertyElement(PropertyElement parent)
getParent
public PropertyElement getParent()
setParent
public void setParent(PropertyElement parent)
getChildren
public abstract PropertyElement[] getChildren()
removeFromParent
public abstract void removeFromParent()
hasChildren
public abstract boolean hasChildren()
getLine
public abstract int getLine()