de.ispsoft.jaxme.generator
Class ConfigurableImpl

java.lang.Object
  extended byde.ispsoft.jaxme.generator.ConfigurableImpl
All Implemented Interfaces:
Configurable
Direct Known Subclasses:
SchemaReaderImpl, SourceWriterImpl

public class ConfigurableImpl
extends java.lang.Object
implements Configurable

Default implementation for a Configurable item.

Author:
Jochen Wiedmann

Constructor Summary
ConfigurableImpl()
          Creates a new instance of ConfigurableImpl
 
Method Summary
 SchemaOption getOption(java.lang.String pName)
           
 SchemaOption[] getOptions()
           
 java.lang.String getOptionValue(java.lang.String pName)
           
 void setOption(SchemaOption pOption)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurableImpl

public ConfigurableImpl()
Creates a new instance of ConfigurableImpl

Method Detail

setOption

public void setOption(SchemaOption pOption)
Specified by:
setOption in interface Configurable

getOptions

public SchemaOption[] getOptions()
Specified by:
getOptions in interface Configurable

getOption

public SchemaOption getOption(java.lang.String pName)
Specified by:
getOption in interface Configurable

getOptionValue

public java.lang.String getOptionValue(java.lang.String pName)
Specified by:
getOptionValue in interface Configurable