| Modifier and Type | Field and Description |
|---|---|
static SDOProperty |
SDOConstants.APPINFO_PROPERTY |
static SDOProperty |
SDOConstants.DOCUMENTATION_PROPERTY |
static SDOProperty |
SDOConstants.ID_PROPERTY
open content property to be set when defining a Type via a DataObject for reference relationships
|
static SDOProperty |
SDOConstants.JAVA_CLASS_PROPERTY |
static SDOProperty |
SDOConstants.MIME_TYPE_PROPERTY |
static SDOProperty |
SDOConstants.MIME_TYPE_PROPERTY_PROPERTY |
static SDOProperty |
SDOConstants.XMLELEMENT_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
SDOProperty |
SDOType.getChangeSummaryProperty()
INTERNAL:
|
SDOProperty |
SDODataObject.getContainmentProperty() |
SDOProperty |
SDODataObject.getInstanceProperty(int propertyIndex)
INTERNAL:
|
SDOProperty |
SDODataObject.getInstanceProperty(String propertyName) |
SDOProperty |
SDOChangeSummary.getOldContainmentProperty(commonj.sdo.DataObject dataObject)
Returns the value of the
containment property data object property
at the point when logging began. |
SDOProperty |
SDOProperty.getOpposite()
Returns the opposite Property if the Property is bi-directional or null otherwise.
|
SDOProperty[] |
SDOType.getPropertiesArray()
INTERNAL:
|
SDOProperty |
SDOSetting.getProperty()
Returns the property of the setting.
|
SDOProperty |
SDOSequence.getProperty(int index) |
static SDOProperty |
SDOHelper.getProperty(commonj.sdo.Property property)
Return the EclipseLink implementation of Property.
|
SDOProperty |
SDOSequence.getProperty(org.eclipse.persistence.oxm.sequenced.Setting setting) |
SDOProperty |
SDOType.getProperty(String propertyName) |
SDOProperty |
SDODataObject.getProperty(String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SDOProperty> |
SDOProperty.getSubstitutableElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
SDOType.addDeclaredProperty(SDOProperty property)
INTERNAL:
|
void |
SDOType.addDeclaredProperty(SDOProperty property,
int index)
INTERNAL:
|
void |
SDODataObject.set(SDOProperty property,
Object value,
boolean updateSequence)
INTERNAL:
Sets the value of the given property of the object to the new value.
|
void |
SDODataObject.setInternal(SDOProperty property,
Object value,
boolean updateSequence) |
void |
SDODataObject.setPropertyInternal(SDOProperty property,
Object value,
boolean updateSequence)
INTERNAL:
Update the ValueStore with the new property value and update any sequence if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SDOProperty.setSubstitutableElements(Collection<SDOProperty> elements) |
| Modifier and Type | Field and Description |
|---|---|
protected SDOProperty |
SDOMethodAttributeAccessor.property |
protected SDOProperty |
SDOFragmentMappingAttributeAccessor.property |
protected SDOProperty |
ListWrapper.property |
| Modifier and Type | Method and Description |
|---|---|
SDOProperty |
SDOTypesGenerator.NonContainmentReference.getOwningProp() |
SDOProperty |
SDOFragmentMappingAttributeAccessor.getPropertyName()
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
void |
SDOTypesGenerator.NonContainmentReference.setOwningProp(SDOProperty owningProp) |
void |
SDOFragmentMappingAttributeAccessor.setProperty(SDOProperty property)
INTERNAL:
|
| Constructor and Description |
|---|
SDOFragmentMappingAttributeAccessor(SDOProperty property,
commonj.sdo.helper.HelperContext helper) |
| Modifier and Type | Method and Description |
|---|---|
static String |
SDOUtil.getJavaTypeForProperty(SDOProperty property) |
| Constructor and Description |
|---|
JAXBList(JAXBValueStore aJAXBValueStore,
SDOProperty aProperty) |
JAXBListWrapper(JAXBValueStore aJAXBValueStore,
SDOProperty aProperty) |
| Modifier and Type | Method and Description |
|---|---|
SDOProperty |
SDOChangeSummaryType.getProperty(String propertyName) |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.