org.apache.torque.generator.option
Interface Option

All Known Implementing Classes:
OptionImpl

public interface Option

An option used in the code generation process. It has got a name, a value, and a context where it belongs to.


Method Summary
 QualifiedName getQualifiedName()
          Returns the qualified name of the option.
 Object getValue()
          Returns the value of the option.
 

Method Detail

getQualifiedName

QualifiedName getQualifiedName()
Returns the qualified name of the option.

Returns:
the qualified name of the option, not null.

getValue

Object getValue()
Returns the value of the option.

Returns:
the value of the option, may be null.


Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.