com.triadsoft.common.properties
Class PropertyElement

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

Field Summary
static PropertyElement[] NO_CHILDREN
           
 
Constructor Summary
PropertyElement(PropertyElement parent)
           
 
Method Summary
abstract  PropertyElement[] getChildren()
           
abstract  int getLine()
           
 PropertyElement getParent()
           
abstract  boolean hasChildren()
           
abstract  void removeFromParent()
           
 void setParent(PropertyElement parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_CHILDREN

public static final PropertyElement[] NO_CHILDREN
Constructor Detail

PropertyElement

public PropertyElement(PropertyElement parent)
Method Detail

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()