org.omnaest.utils.propertyfile.content.element
Class BlankLineElement

java.lang.Object
  extended by org.omnaest.utils.propertyfile.content.Element
      extended by org.omnaest.utils.propertyfile.content.element.BlankLineElement

public class BlankLineElement
extends Element

Representation of a line filled with blanks.

Author:
Omnaest
See Also:
Element

Field Summary
protected  String blanks
           
 
Fields inherited from class org.omnaest.utils.propertyfile.content.Element
index
 
Constructor Summary
BlankLineElement()
           
 
Method Summary
 String getBlanks()
           
 BlankLineElement setBlanks(String blanks)
           
 
Methods inherited from class org.omnaest.utils.propertyfile.content.Element
getIndex, resolveIndexPosition, setIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blanks

protected String blanks
Constructor Detail

BlankLineElement

public BlankLineElement()
Method Detail

getBlanks

public String getBlanks()

setBlanks

public BlankLineElement setBlanks(String blanks)
Parameters:
blanks -
Returns:
this


Copyright © 2013. All Rights Reserved.