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
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()