Uses of Interface
commonj.sdo.Property
Packages that use Property
Package
Description
-
Uses of Property in commonj.sdo
Methods in commonj.sdo that return PropertyModifier and TypeMethodDescriptionDataObject.getContainmentProperty()Return the Property of thedata objectcontaining this data object ornullif 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 propertydata 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 Propertiesof this type, the one with the specified name.Methods in commonj.sdo with parameters of type PropertyModifier and TypeMethodDescriptionvoidAdds a new entry with the specified property and value at the specified entry index.booleanAdds a new entry with the specified property and value to the end of the entries.DataObject.createDataObject(Property property) Returns a newdata objectcontained by this object using the specified property, which must be acontainment property.DataObject.createDataObject(Property property, Type type) Returns a newdata objectcontained 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 specifiedBigDecimalproperty.DataObject.getBigInteger(Property property) Returns the value of the specifiedBigIntegerproperty.booleanDataObject.getBoolean(Property property) Returns the value of the specifiedbooleanproperty.byteReturns the value of the specifiedbyteproperty.byte[]Returns the value of the specifiedbyte[]property.charReturns the value of the specifiedcharproperty.DataObject.getDataObject(Property property) Returns the value of the specifiedDataObjectproperty.Returns the value of the specifiedDateproperty.doubleReturns the value of the specifieddoubleproperty.floatReturns the value of the specifiedfloatproperty.intReturns the value of the specifiedintproperty.Returns the value of the specifiedListproperty.longReturns the value of the specifiedlongproperty.ChangeSummary.getOldValue(DataObject dataObject, Property property) DataObject.getSequence(Property property) Deprecated.in 2.1.0.shortReturns the value of the specifiedshortproperty.Returns the value of the specifiedStringproperty.booleanReturns whether the property of the object is considered to be set.voidSets the value of the given property of the object to the new value.voidDataObject.setBigDecimal(Property property, BigDecimal value) Sets the value of the specifiedBigDecimalproperty, to the specified value.voidDataObject.setBigInteger(Property property, BigInteger value) Sets the value of the specifiedBigIntegerproperty, to the specified value.voidDataObject.setBoolean(Property property, boolean value) Sets the value of the specifiedbooleanproperty, to the specified value.voidSets the value of the specifiedbyteproperty, to the specified value.voidSets the value of the specifiedbyte[]property, to the specified value.voidSets the value of the specifiedcharproperty, to the specified value.voidDataObject.setDataObject(Property property, DataObject value) Sets the value of the specifiedDataObjectproperty, to the specified value.voidSets the value of the specifiedDateproperty, to the specified value.voidSets the value of the specifieddoubleproperty, to the specified value.voidSets the value of the specifiedfloatproperty, to the specified value.voidSets the value of the specifiedintproperty, to the specified value.voidSets the value of the specifiedListproperty, to the specified value.voidSets the value of the specifiedlongproperty, to the specified value.voidSets the value of the specifiedshortproperty, to the specified value.voidSets the value of the specifiedStringproperty, to the specified value.voidUnsets the property of the object. -
Uses of Property in commonj.sdo.helper
Methods in commonj.sdo.helper that return PropertyModifier 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.Methods in commonj.sdo.helper with parameters of type PropertyModifier 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.booleanXSDHelper.isAttribute(Property property) Returns true if the property is declared as an attribute in the XSD.booleanReturns true if the property is declared as an element in the XSD. -
Uses of Property in org.eclipse.persistence.sdo
Classes in org.eclipse.persistence.sdo that implement PropertyModifier and TypeClassDescriptionclassPurpose:A representation of a Property in thetypeof adata object.Methods in org.eclipse.persistence.sdo that return PropertyModifier 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) Methods in org.eclipse.persistence.sdo with parameters of type PropertyModifier and TypeMethodDescriptionvoidbooleanvoidSDOType.addDeclaredProperty(Property property) INTERNAL:voidSDOType.addDeclaredProperty(Property property, int index) INTERNAL:voidSDODataObject.addOpenContentProperty(Property property) INTERNAL: Add the open content property into all 3 data structures.booleanSDOSequence.addSettingWithoutModifyingDataObject(int index, Property property, Object value) INTERNAL: Add a setting to the list at the specified index.booleanSDOSequence.addSettingWithoutModifyingDataObject(Property property, Object value) INTERNAL:booleanSDOSequence.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) booleanSDODataObject.getBoolean(Property property) bytebyte[]charSDODataObject.getDataObject(Property property) doublefloatintSDOSequence.getIndexForProperty(Property property) INTERNAL: Convenience method that returns the index of the Setting associated with a given property in the Settings listintlongSDOChangeSummary.getOldValue(DataObject dataObject, Property property) DefaultValueStore.getOpenContentProperty(Property property) ValueStore.getOpenContentProperty(Property property) static SDOPropertySDOHelper.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.shortbooleanbooleanSDODataObject.isSetInternal(Property property) INTERNAL: Return whether the property (open-content or declared) is set?booleanDefaultValueStore.isSetOpenContentProperty(Property property) booleanValueStore.isSetOpenContentProperty(Property property) voidSDOType.removeDeclaredProperties(Property p) INTERNAL:voidSDODataObject.removeOpenContentProperty(Property property) INTERNAL: Remove the open content property (property) from all 3 data structures.voidSDOSequence.removeSettingWithoutModifyingDataObject(Property property) INTERNAL:voidSDOSequence.removeSettingWithoutModifyingDataObject(Property property, Object value) INTERNAL:voidSDOChangeSummary.removeUnsetOCProperty(DataObject dataObject, Property ocKey) INTERNAL: Delete an open content property from the list of unset oc properties keyed on dataObjectvoidvoidSDODataObject.setBigDecimal(Property property, BigDecimal value) voidSDODataObject.setBigInteger(Property property, BigInteger value) voidSDODataObject.setBoolean(Property property, boolean value) voidvoidvoidvoidSDODataObject.setDataObject(Property property, DataObject value) voidvoidvoidvoidSDOProperty.setInstanceProperty(Property property, Object value) voidSDOType.setInstanceProperty(Property property, Object value) INTERNAL:voidvoidvoidvoidDefaultValueStore.setManyProperty(Property property, Object value) voidValueStore.setManyProperty(Property propertyName, Object value) voidSDOChangeSummary.setOldContainmentProperty(SDODataObject aKey, Property aValue) INTERNAL:voidDefaultValueStore.setOpenContentProperty(Property property, Object value) voidValueStore.setOpenContentProperty(Property property, Object value) voidSDOProperty.setOpposite(Property property) INTERNAL: Set the opposite Property.voidSDOSetting.setProperty(Property property) INTERNAL: Set the property of this setting.voidSDOChangeSummary.setPropertyInternal(DataObject dataObject, Property property, Object value) INTERNAL:voidvoidvoidSDOChangeSummary.setUnsetOCProperty(DataObject dataObject, Property ocKey) INTERNAL: Add an open content property that has been unset to the list keyed on dataObjectvoidvoidINTERNAL: Unset the specified property on this DataObject.voidDefaultValueStore.unsetOpenContentProperty(Property property) voidValueStore.unsetOpenContentProperty(Property property) voidSDOChangeSummary.unsetPropertyInternal(DataObject dataObject, Property property) INTERNAL:static <T> TUnwraps a given Property resulting in an EclipseLink SDOProperty.voidSDODataObject.updateContainment(Property property, Collection values) INTERNAL: Update containment on the specified collection of values and default to true = update the sequencevoidSDODataObject.updateContainment(Property property, Collection values, boolean updateSequence) INTERNAL: Update containment with flagged update sequence statevoidSDODataObject.updateContainment(Property property, SDODataObject value) INTERNAL: update containment and the update the sequence value by default.voidSDODataObject.updateContainment(Property property, SDODataObject aDataObject, boolean updateSequence) INTERNAL: Update containment on the dataObject with specified update sequence statevoidSDOSequence.updateSettingWithoutModifyingDataObject(Property property, Object oldValue, Object newValue) INTERNAL:booleanSDOChangeSummary.wasSet(DataObject dataObject, Property property) INTERNAL:Constructors in org.eclipse.persistence.sdo with parameters of type Property -
Uses of Property in org.eclipse.persistence.sdo.helper
Methods in org.eclipse.persistence.sdo.helper that return PropertyModifier and TypeMethodDescriptionSDOXSDHelper.getGlobalProperty(QName qname, boolean isElement) INTERNAL:SDOMethodAttributeAccessor.getProperty()INTERNAL:SDOTypesGenerator.GlobalRef.getProperty()Methods in org.eclipse.persistence.sdo.helper that return types with arguments of type PropertyModifier and TypeMethodDescriptionSDOTypesGenerator.getGeneratedGlobalAttributes()SDOTypesGenerator.getGeneratedGlobalElements()Methods in org.eclipse.persistence.sdo.helper with parameters of type PropertyModifier and TypeMethodDescriptionvoidSDOXSDHelper.addGlobalProperty(QName qname, Property prop, boolean isElement) INTERNAL:SDODataHelper.convertValueToClass(Property prop, Object valueToConvert, Class<?> convertToClass) INTERNAL:voidSDOMethodAttributeAccessor.setProperty(Property property) INTERNAL:voidSDOTypesGenerator.GlobalRef.setProperty(Property theProperty) protected voidListWrapper.updateSequence(Property aProperty, Collection items, boolean updateSequence) INTERNAL: Iterate the collection and add settings where appropriate.Method parameters in org.eclipse.persistence.sdo.helper with type arguments of type PropertyModifier and TypeMethodDescriptionvoidSDOTypesGenerator.setGeneratedGlobalAttributes(Map<QName, Property> generatedAttributes) voidSDOTypesGenerator.setGeneratedGlobalElements(Map<QName, Property> generatedElements) Constructors in org.eclipse.persistence.sdo.helper with parameters of type PropertyModifierConstructorDescriptionListWrapper(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
Methods in org.eclipse.persistence.sdo.helper.delegates that return PropertyModifier 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) Methods in org.eclipse.persistence.sdo.helper.delegates with parameters of type PropertyModifier and TypeMethodDescriptionvoidSDOXSDHelperDelegate.addGlobalProperty(QName qname, Property prop, boolean isElement) INTERNAL:voidSDOXSDHelperDelegator.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) booleanSDOXSDHelperDelegate.isAttribute(Property property) Returns true if the property is declared as an attribute in the XSD.booleanSDOXSDHelperDelegator.isAttribute(Property property) booleanReturns true if the property is declared as an element in the XSD.boolean -
Uses of Property in org.eclipse.persistence.sdo.helper.jaxb
Methods in org.eclipse.persistence.sdo.helper.jaxb with parameters of type PropertyModifier and TypeMethodDescriptionJAXBValueStore.getOpenContentProperty(Property property) booleanJAXBValueStore.isSetOpenContentProperty(Property property) voidJAXBValueStore.setManyProperty(Property property, Object value) voidJAXBValueStore.setOpenContentProperty(Property property, Object value) voidJAXBValueStore.unsetOpenContentProperty(Property property) -
Uses of Property in org.eclipse.persistence.sdo.types
Methods in org.eclipse.persistence.sdo.types with parameters of type Property
DataObject.getInstanceProperty(String)in 2.1.0