de.ispsoft.jaxme.generator
Interface Configurable

All Known Subinterfaces:
SchemaReader, SourceWriter
All Known Implementing Classes:
ConfigurableImpl, SchemaReaderImpl, SourceWriterImpl

public interface Configurable

Interface for an item that can be configured with options.

Author:
Jochen Wiedmann

Method Summary
 SchemaOption getOption(java.lang.String pValue)
           
 SchemaOption[] getOptions()
           
 java.lang.String getOptionValue(java.lang.String pValue)
           
 void setOption(SchemaOption pOption)
           
 

Method Detail

setOption

public void setOption(SchemaOption pOption)

getOptionValue

public java.lang.String getOptionValue(java.lang.String pValue)

getOption

public SchemaOption getOption(java.lang.String pValue)

getOptions

public SchemaOption[] getOptions()