org.omnaest.utils.propertyfile.content
Class Element

java.lang.Object
  extended by org.omnaest.utils.propertyfile.content.Element
Direct Known Subclasses:
BlankLineElement, Comment, Property

public class Element
extends Object

An Element within a PropertyFileContent

Author:
Omnaest
See Also:
Property, Comment, Index, BlankLineElement

Field Summary
protected  Index index
           
 
Constructor Summary
Element()
           
 
Method Summary
protected  Index getIndex()
           
 int resolveIndexPosition()
           
protected  void setIndex(Index line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

protected Index index
Constructor Detail

Element

public Element()
Method Detail

getIndex

protected Index getIndex()

setIndex

protected void setIndex(Index line)

resolveIndexPosition

public int resolveIndexPosition()


Copyright © 2013. All Rights Reserved.