com.notuvy.util
Class GenericConfigurationFile.TextField

java.lang.Object
  extended by com.notuvy.util.GenericConfigurationFile.Field
      extended by com.notuvy.util.GenericConfigurationFile.TextField
Direct Known Subclasses:
GenericConfigurationFile.TextValueField
Enclosing class:
GenericConfigurationFile

public abstract static class GenericConfigurationFile.TextField
extends GenericConfigurationFile.Field


Constructor Summary
protected GenericConfigurationFile.TextField(String pName)
           
 
Method Summary
protected  void handle(org.jdom.Element pElement)
           
protected abstract  String handleGet()
           
protected abstract  void handleSet(String pInput)
           
protected  void setContentIn(org.jdom.Element pElement)
           
 
Methods inherited from class com.notuvy.util.GenericConfigurationFile.Field
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericConfigurationFile.TextField

protected GenericConfigurationFile.TextField(String pName)
Method Detail

handle

protected void handle(org.jdom.Element pElement)
Specified by:
handle in class GenericConfigurationFile.Field

setContentIn

protected void setContentIn(org.jdom.Element pElement)
Specified by:
setContentIn in class GenericConfigurationFile.Field

handleSet

protected abstract void handleSet(String pInput)

handleGet

protected abstract String handleGet()


Copyright © 2013. All Rights Reserved.