|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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(commonj.sdo.Property aProperty,
Object aValue)
|
|
| Method Summary | |
|---|---|
XMLMapping |
getMapping()
|
SDOProperty |
getProperty()
Returns the property of the setting. |
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(commonj.sdo.Property property)
INTERNAL: Set the property of this setting. |
void |
setValue(Object object)
INTERNAL: Set the value of this setting. |
String |
toString()
INTERNAL: Print out a String representation of this object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SDOSetting()
public SDOSetting(commonj.sdo.Property aProperty,
Object aValue)
| Method Detail |
|---|
public XMLMapping getMapping()
getMapping in interface org.eclipse.persistence.internal.oxm.XMLSettingpublic SDOProperty getProperty()
getProperty in interface commonj.sdo.ChangeSummary.Settingpublic void setProperty(commonj.sdo.Property property)
property - The property to set on this setting.public Object getValue()
getValue in interface commonj.sdo.ChangeSummary.SettinggetValue in interface org.eclipse.persistence.internal.oxm.XMLSettingpublic void setValue(Object object)
object - The value to set on this setting.public boolean isSet()
isSet in interface commonj.sdo.ChangeSummary.Settingtrue if the property is set.public void setIsSet(boolean isSet)
isSet - If the value is set on this Setting.public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||