| 
EclipseLink 1.1.4, build 'v20100812-r7860' API Reference | |||||||||
| 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(Property aProperty,
           java.lang.Object aValue)
 | 
|
| Method Summary | |
|---|---|
 XMLMapping | 
getMapping()
 | 
 Property | 
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.XMLSettingpublic Property getProperty()
getProperty in interface ChangeSummary.Settingpublic void setProperty(Property property)
property - The property to set on this setting.public java.lang.Object getValue()
getValue in interface ChangeSummary.SettinggetValue in interface org.eclipse.persistence.internal.oxm.XMLSettingpublic void setValue(java.lang.Object object)
object - The value to set on this setting.public boolean isSet()
isSet in interface ChangeSummary.Settingtrue 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 1.1.4, build 'v20100812-r7860' API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||