Package org.apache.torque.map
Klasse OptionSupport
java.lang.Object
org.apache.torque.map.OptionSupport
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
ColumnMap
,DatabaseMap
,TableMap
OptionSupport provides the basic methods for the management of options
within the database schema model.
- Version:
- $Id: ColumnMap.java 1484252 2013-05-19 09:58:00Z tfischer $
- Autor:
- Thomas Vandahl
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
OptionSupport
public OptionSupport()
-
-
Methodendetails
-
getOptions
Returns an unmodifiable map of all options.- Gibt zurück:
- A map containing all options, not null.
-
setOption
Sets an option.- Parameter:
key
- the key of the optionvalue
- the value of the option.
-
getOption
Returns the value of an option.- Parameter:
key
- the key of the option.- Gibt zurück:
- the value of the option, or null if not set.
-
clearOptions
public void clearOptions()Clears all options.
-