com.notuvy.util
Class GenericConfigurationFile.Field

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

public abstract static class GenericConfigurationFile.Field
extends Object


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

Constructor Detail

GenericConfigurationFile.Field

protected GenericConfigurationFile.Field(String pName)
Method Detail

getName

public String getName()

handle

protected abstract void handle(org.jdom.Element pElement)

setContentIn

protected abstract void setContentIn(org.jdom.Element pElement)


Copyright © 2013. All Rights Reserved.