Klasse OptionImpl
java.lang.Object
org.apache.torque.generator.option.OptionImpl
- Alle implementierten Schnittstellen:
Option
The default implementation of the option Interface. This class is immutable.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungOptionImpl
(String qualifiedName, Object value) Constructs an OptionImpl from the String representation of a QualifiedName and a value.OptionImpl
(String namespace, String name, Object value) Constructs an optionImpl from a namespace, a name and a value.OptionImpl
(QualifiedName qualifiedName, Object value) Constructs an OptionImpl from a QualifiedaName and a value. -
Methodenübersicht
-
Konstruktordetails
-
OptionImpl
Constructs an optionImpl from a namespace, a name and a value.- Parameter:
namespace
- the namespace of the option, may be null.name
- the name of the option, must not be empty.value
- the value of the option, may be null.
-
OptionImpl
Constructs an OptionImpl from the String representation of a QualifiedName and a value.- Parameter:
qualifiedName
- The String representation of the qualified name of the option, in the form context:name or name. (in the latter case, context is null).value
- the value of the option, may be null.- Löst aus:
IllegalArgumentException
- if qualifiedName is not a legal QualifiedName.
-
OptionImpl
Constructs an OptionImpl from a QualifiedaName and a value.- Parameter:
qualifiedName
- A qualifiedName containing the context and the name of the option.value
- the value of the option, may be null.
-
-
Methodendetails
-
getQualifiedName
Returns the qualified name of the option.- Angegeben von:
getQualifiedName
in SchnittstelleOption
- Gibt zurück:
- the qualified name of the option, not null.
-
getValue
Retursn the value of the option. -
toString
Creates as String representation of this Object for debugging purposes. -
hashCode
public int hashCode() -
equals
-