Uses of Interface
commonj.sdo.Property
Package
Description
-
Uses of Property in commonj.sdo
Modifier and TypeMethodDescriptionDataObject.getContainmentProperty()
Return the Property of thedata object
containing this data object ornull
if there is no container.DataObject.getInstanceProperty
(String propertyName) Returns the named Property from the current instance properties, or null if not found.ChangeSummary.getOldContainmentProperty
(DataObject dataObject) Returns the value of thecontainment property
data object property at the point when loggingbegan
.Property.getOpposite()
Returns the opposite Property if the Property is bi-directional or null otherwise.ChangeSummary.Setting.getProperty()
Returns the property of the setting.DataObject.getProperty
(String propertyName) Deprecated.Sequence.getProperty
(int index) Returns the property for the given entry index.Type.getProperty
(String propertyName) Returns fromall the Properties
of this type, the one with the specified name.Modifier and TypeMethodDescriptionvoid
Adds a new entry with the specified property and value at the specified entry index.boolean
Adds a new entry with the specified property and value to the end of the entries.DataObject.createDataObject
(Property property) Returns a newdata object
contained by this object using the specified property, which must be acontainment property
.DataObject.createDataObject
(Property property, Type type) Returns a newdata object
contained by this object using the specified property, which must be ofcontainment type
.Returns the value of the given property of this object.Returns the value of the specified instance property of this Property.Returns the value of the specified instance property of this Type.DataObject.getBigDecimal
(Property property) Returns the value of the specifiedBigDecimal
property.DataObject.getBigInteger
(Property property) Returns the value of the specifiedBigInteger
property.boolean
DataObject.getBoolean
(Property property) Returns the value of the specifiedboolean
property.byte
Returns the value of the specifiedbyte
property.byte[]
Returns the value of the specifiedbyte[]
property.char
Returns the value of the specifiedchar
property.DataObject.getDataObject
(Property property) Returns the value of the specifiedDataObject
property.Returns the value of the specifiedDate
property.double
Returns the value of the specifieddouble
property.float
Returns the value of the specifiedfloat
property.int
Returns the value of the specifiedint
property.Returns the value of the specifiedList
property.long
Returns the value of the specifiedlong
property.ChangeSummary.getOldValue
(DataObject dataObject, Property property) DataObject.getSequence
(Property property) Deprecated.in 2.1.0.short
Returns the value of the specifiedshort
property.Returns the value of the specifiedString
property.boolean
Returns whether the property of the object is considered to be set.void
Sets the value of the given property of the object to the new value.void
DataObject.setBigDecimal
(Property property, BigDecimal value) Sets the value of the specifiedBigDecimal
property, to the specified value.void
DataObject.setBigInteger
(Property property, BigInteger value) Sets the value of the specifiedBigInteger
property, to the specified value.void
DataObject.setBoolean
(Property property, boolean value) Sets the value of the specifiedboolean
property, to the specified value.void
Sets the value of the specifiedbyte
property, to the specified value.void
Sets the value of the specifiedbyte[]
property, to the specified value.void
Sets the value of the specifiedchar
property, to the specified value.void
DataObject.setDataObject
(Property property, DataObject value) Sets the value of the specifiedDataObject
property, to the specified value.void
Sets the value of the specifiedDate
property, to the specified value.void
Sets the value of the specifieddouble
property, to the specified value.void
Sets the value of the specifiedfloat
property, to the specified value.void
Sets the value of the specifiedint
property, to the specified value.void
Sets the value of the specifiedList
property, to the specified value.void
Sets the value of the specifiedlong
property, to the specified value.void
Sets the value of the specifiedshort
property, to the specified value.void
Sets the value of the specifiedString
property, to the specified value.void
Unsets the property of the object. -
Uses of Property in commonj.sdo.helper
Modifier and TypeMethodDescriptionTypeHelper.defineOpenContentProperty
(String uri, DataObject property) Define the DataObject as a Property for setting open content.XSDHelper.getGlobalProperty
(String uri, String propertyName, boolean isElement) Returns the Property defined by the named global element or attribute in the targetNamespace uri, or null if not found.TypeHelper.getOpenContentProperty
(String uri, String propertyName) Get the open content (global) Property with the specified uri and name, or null if not found.Modifier and TypeMethodDescriptionXSDHelper.getAppinfo
(Property property, String source) Return the content of the appinfo declared for this Property and source.XSDHelper.getLocalName
(Property property) Returns the local name as declared in the XSD.XSDHelper.getNamespaceURI
(Property property) Returns the namespace URI as declared in the XSD.boolean
XSDHelper.isAttribute
(Property property) Returns true if the property is declared as an attribute in the XSD.boolean
Returns true if the property is declared as an element in the XSD. -
Uses of Property in org.eclipse.persistence.sdo
Modifier and TypeClassDescriptionclass
Purpose:A representation of a Property in thetype
of adata object
.Modifier and TypeMethodDescriptionSDODataObject.defineOpenContentProperty
(String name, Object value) INTERNAL: Create a dynamic open content property if no property exists for (name).SDODataObject.defineOpenContentProperty
(String name, Object value, Type sdotype) Modifier and TypeMethodDescriptionvoid
boolean
void
SDOType.addDeclaredProperty
(Property property) INTERNAL:void
SDOType.addDeclaredProperty
(Property property, int index) INTERNAL:void
SDODataObject.addOpenContentProperty
(Property property) INTERNAL: Add the open content property into all 3 data structures.boolean
SDOSequence.addSettingWithoutModifyingDataObject
(int index, Property property, Object value) INTERNAL: Add a setting to the list at the specified index.boolean
SDOSequence.addSettingWithoutModifyingDataObject
(Property property, Object value) INTERNAL:boolean
SDOSequence.addSettingWithoutModifyingDataObject
(Property property, Object value, boolean checkAllowed) INTERNAL:SDODataObject.convertObjectToValue
(Property property, int position, Class<?> cls) INTERNAL:SDODataObject.convertObjectToValue
(Property property, Class<?> cls) INTERNAL:SDODataObject.createDataObject
(Property aProperty) SDODataObject.createDataObject
(Property property, Type aType) SDODataObject.getBigDecimal
(Property property) SDODataObject.getBigInteger
(Property property) boolean
SDODataObject.getBoolean
(Property property) byte
byte[]
char
SDODataObject.getDataObject
(Property property) double
float
int
SDOSequence.getIndexForProperty
(Property property) INTERNAL: Convenience method that returns the index of the Setting associated with a given property in the Settings listint
long
SDOChangeSummary.getOldValue
(DataObject dataObject, Property property) DefaultValueStore.getOpenContentProperty
(Property property) ValueStore.getOpenContentProperty
(Property property) static SDOProperty
SDOHelper.getProperty
(Property property) Return the EclipseLink implementation of Property.SDOChangeSummary.getPropertyInternal
(DataObject dataObject, Property property) INTERNAL:SDODataObject.getPropertyInternal
(Property property) INTERNAL: Get the value of the property (open-content or declared)..SDODataObject.getSequence
(Property property) Deprecated.in SDO 2.1.0.short
boolean
boolean
SDODataObject.isSetInternal
(Property property) INTERNAL: Return whether the property (open-content or declared) is set?boolean
DefaultValueStore.isSetOpenContentProperty
(Property property) boolean
ValueStore.isSetOpenContentProperty
(Property property) void
SDOType.removeDeclaredProperties
(Property p) INTERNAL:void
SDODataObject.removeOpenContentProperty
(Property property) INTERNAL: Remove the open content property (property) from all 3 data structures.void
SDOSequence.removeSettingWithoutModifyingDataObject
(Property property) INTERNAL:void
SDOSequence.removeSettingWithoutModifyingDataObject
(Property property, Object value) INTERNAL:void
SDOChangeSummary.removeUnsetOCProperty
(DataObject dataObject, Property ocKey) INTERNAL: Delete an open content property from the list of unset oc properties keyed on dataObjectvoid
void
SDODataObject.setBigDecimal
(Property property, BigDecimal value) void
SDODataObject.setBigInteger
(Property property, BigInteger value) void
SDODataObject.setBoolean
(Property property, boolean value) void
void
void
void
SDODataObject.setDataObject
(Property property, DataObject value) void
void
void
void
SDOProperty.setInstanceProperty
(Property property, Object value) void
SDOType.setInstanceProperty
(Property property, Object value) INTERNAL:void
void
void
void
DefaultValueStore.setManyProperty
(Property property, Object value) void
ValueStore.setManyProperty
(Property propertyName, Object value) void
SDOChangeSummary.setOldContainmentProperty
(SDODataObject aKey, Property aValue) INTERNAL:void
DefaultValueStore.setOpenContentProperty
(Property property, Object value) void
ValueStore.setOpenContentProperty
(Property property, Object value) void
SDOProperty.setOpposite
(Property property) INTERNAL: Set the opposite Property.void
SDOSetting.setProperty
(Property property) INTERNAL: Set the property of this setting.void
SDOChangeSummary.setPropertyInternal
(DataObject dataObject, Property property, Object value) INTERNAL:void
void
void
SDOChangeSummary.setUnsetOCProperty
(DataObject dataObject, Property ocKey) INTERNAL: Add an open content property that has been unset to the list keyed on dataObjectvoid
void
INTERNAL: Unset the specified property on this DataObject.void
DefaultValueStore.unsetOpenContentProperty
(Property property) void
ValueStore.unsetOpenContentProperty
(Property property) void
SDOChangeSummary.unsetPropertyInternal
(DataObject dataObject, Property property) INTERNAL:static <T> T
Unwraps a given Property resulting in an EclipseLink SDOProperty.void
SDODataObject.updateContainment
(Property property, Collection values) INTERNAL: Update containment on the specified collection of values and default to true = update the sequencevoid
SDODataObject.updateContainment
(Property property, Collection values, boolean updateSequence) INTERNAL: Update containment with flagged update sequence statevoid
SDODataObject.updateContainment
(Property property, SDODataObject value) INTERNAL: update containment and the update the sequence value by default.void
SDODataObject.updateContainment
(Property property, SDODataObject aDataObject, boolean updateSequence) INTERNAL: Update containment on the dataObject with specified update sequence statevoid
SDOSequence.updateSettingWithoutModifyingDataObject
(Property property, Object oldValue, Object newValue) INTERNAL:boolean
SDOChangeSummary.wasSet
(DataObject dataObject, Property property) INTERNAL: -
Uses of Property in org.eclipse.persistence.sdo.helper
Modifier and TypeMethodDescriptionSDOXSDHelper.getGlobalProperty
(QName qname, boolean isElement) INTERNAL:SDOMethodAttributeAccessor.getProperty()
INTERNAL:SDOTypesGenerator.GlobalRef.getProperty()
Modifier and TypeMethodDescriptionSDOTypesGenerator.getGeneratedGlobalAttributes()
SDOTypesGenerator.getGeneratedGlobalElements()
Modifier and TypeMethodDescriptionvoid
SDOXSDHelper.addGlobalProperty
(QName qname, Property prop, boolean isElement) INTERNAL:SDODataHelper.convertValueToClass
(Property prop, Object valueToConvert, Class<?> convertToClass) INTERNAL:void
SDOMethodAttributeAccessor.setProperty
(Property property) INTERNAL:void
SDOTypesGenerator.GlobalRef.setProperty
(Property theProperty) protected void
ListWrapper.updateSequence
(Property aProperty, Collection items, boolean updateSequence) INTERNAL: Iterate the collection and add settings where appropriate.Modifier and TypeMethodDescriptionvoid
SDOTypesGenerator.setGeneratedGlobalAttributes
(Map<QName, Property> generatedAttributes) void
SDOTypesGenerator.setGeneratedGlobalElements
(Map<QName, Property> generatedElements) ModifierConstructorDescriptionListWrapper
(SDODataObject theDataObject, Property theProperty) ListWrapper
(SDODataObject theDataObject, Property theProperty, List theList) Constructor for non-default Pluggable ValueStore implementations
Prerequisites: Containment is already set on theList parameter.SDOMethodAttributeAccessor
(Property property) SDOMethodAttributeAccessor
(Property property, Class<?> attributeClass) -
Uses of Property in org.eclipse.persistence.sdo.helper.delegates
Modifier and TypeMethodDescriptionSDOTypeHelperDelegate.defineOpenContentProperty
(String uri, DataObject propertyDO) Define the DataObject as a Property for setting open content.SDOTypeHelperDelegator.defineOpenContentProperty
(String uri, DataObject property) SDOXSDHelperDelegate.getGlobalProperty
(String uri, String propertyName, boolean isElement) Returns the Property defined by the named global element or attribute in the targetNamespace uri, or null if not found.SDOXSDHelperDelegate.getGlobalProperty
(QName qname, boolean isElement) SDOXSDHelperDelegator.getGlobalProperty
(String uri, String propertyName, boolean isElement) SDOXSDHelperDelegator.getGlobalProperty
(QName qname, boolean isElement) SDOTypeHelperDelegate.getOpenContentProperty
(String uri, String propertyName) Get the open Property with the specified uri and name, or null if not found.SDOTypeHelperDelegator.getOpenContentProperty
(String uri, String propertyName) Modifier and TypeMethodDescriptionvoid
SDOXSDHelperDelegate.addGlobalProperty
(QName qname, Property prop, boolean isElement) INTERNAL:void
SDOXSDHelperDelegator.addGlobalProperty
(QName qname, Property prop, boolean isElement) INTERNAL:SDOXSDHelperDelegate.getAppinfo
(Property property, String source) Return the content of the appinfo declared for this Property and source.SDOXSDHelperDelegator.getAppinfo
(Property property, String source) SDOXSDHelperDelegate.getLocalName
(Property property) Returns the local name as declared in the XSD.SDOXSDHelperDelegator.getLocalName
(Property property) SDOXSDHelperDelegate.getNamespaceURI
(Property property) Returns the namespace URI as declared in the XSD.SDOXSDHelperDelegator.getNamespaceURI
(Property property) boolean
SDOXSDHelperDelegate.isAttribute
(Property property) Returns true if the property is declared as an attribute in the XSD.boolean
SDOXSDHelperDelegator.isAttribute
(Property property) boolean
Returns true if the property is declared as an element in the XSD.boolean
-
Uses of Property in org.eclipse.persistence.sdo.helper.jaxb
Modifier and TypeMethodDescriptionJAXBValueStore.getOpenContentProperty
(Property property) boolean
JAXBValueStore.isSetOpenContentProperty
(Property property) void
JAXBValueStore.setManyProperty
(Property property, Object value) void
JAXBValueStore.setOpenContentProperty
(Property property, Object value) void
JAXBValueStore.unsetOpenContentProperty
(Property property) -
Uses of Property in org.eclipse.persistence.sdo.types
DataObject.getInstanceProperty(String)
in 2.1.0