|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.sdo.SDOSetting
public class SDOSetting
Purpose: A setting encapsulates a Property and a corresponding single value of the property's type.
As a Setting used by a Sequence object, this class Implements the XMLSetting interface and provides a container for a Property/Value pair as part of the sequence.
Responsibilities:
sequence
object.
SDOChangeSummary
,
XMLSetting
Constructor Summary | |
---|---|
SDOSetting()
|
|
SDOSetting(Property aProperty,
java.lang.Object aValue)
|
Method Summary | |
---|---|
XMLMapping |
getMapping()
|
SDOProperty |
getProperty()
Returns the property of the setting. |
java.lang.Object |
getValue()
Returns the value of the setting. |
boolean |
isSet()
Returns whether or not the property is set. |
void |
setIsSet(boolean isSet)
INTERNAL: Set if the value of this setting is set. |
void |
setProperty(Property property)
INTERNAL: Set the property of this setting. |
void |
setValue(java.lang.Object object)
INTERNAL: Set the value of this setting. |
java.lang.String |
toString()
INTERNAL: Print out a String representation of this object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SDOSetting()
public SDOSetting(Property aProperty, java.lang.Object aValue)
Method Detail |
---|
public XMLMapping getMapping()
getMapping
in interface org.eclipse.persistence.internal.oxm.XMLSetting
public SDOProperty getProperty()
getProperty
in interface ChangeSummary.Setting
public void setProperty(Property property)
property
- The property to set on this setting.public java.lang.Object getValue()
getValue
in interface ChangeSummary.Setting
getValue
in interface org.eclipse.persistence.internal.oxm.XMLSetting
public void setValue(java.lang.Object object)
object
- The value to set on this setting.public boolean isSet()
isSet
in interface ChangeSummary.Setting
true
if the property is set.public void setIsSet(boolean isSet)
isSet
- If the value is set on this Setting.public java.lang.String toString()
toString
in class java.lang.Object
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |