A B C D E G H I L M P R S T U W X

G

generate(List) - Method in interface commonj.sdo.helper.XSDHelper
Generate an XML Schema Declaration (XSD) from Types.
generate(List, Map) - Method in interface commonj.sdo.helper.XSDHelper
Generate an XML Schema Declaration (XSD) from Types.
get(String) - Method in interface commonj.sdo.DataObject
Returns the value of a property of either this object or an object reachable from it, as identified by the specified path.
get(int) - Method in interface commonj.sdo.DataObject
Returns the value of the property at the specified index in property list of this object's type.
get(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the given property of this object.
getAliasNames() - Method in interface commonj.sdo.Property
Return a list of alias names for this Property.
getAliasNames() - Method in interface commonj.sdo.Type
Return a list of alias names for this Type.
getAppinfo(Type, String) - Method in interface commonj.sdo.helper.XSDHelper
Return the appinfo declared for this Type and source.
getAppinfo(Property, String) - Method in interface commonj.sdo.helper.XSDHelper
Return the content of the appinfo declared for this Property and source.
getBaseTypes() - Method in interface commonj.sdo.Type
Returns the List of base Types for this Type.
getBigDecimal(String) - Method in interface commonj.sdo.DataObject
Returns the value of a BigDecimal property identified by the specified path.
getBigDecimal(int) - Method in interface commonj.sdo.DataObject
Returns the value of a BigDecimal property identified by the specified property index.
getBigDecimal(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified BigDecimal property.
getBigInteger(String) - Method in interface commonj.sdo.DataObject
Returns the value of a BigInteger property identified by the specified path.
getBigInteger(int) - Method in interface commonj.sdo.DataObject
Returns the value of a BigInteger property identified by the specified property index.
getBigInteger(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified BigInteger property.
getBoolean(String) - Method in interface commonj.sdo.DataObject
Returns the value of a boolean property identified by the specified path.
getBoolean(int) - Method in interface commonj.sdo.DataObject
Returns the value of a boolean property identified by the specified property index.
getBoolean(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified boolean property.
getByte(String) - Method in interface commonj.sdo.DataObject
Returns the value of a byte property identified by the specified path.
getByte(int) - Method in interface commonj.sdo.DataObject
Returns the value of a byte property identified by the specified property index.
getByte(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified byte property.
getBytes(String) - Method in interface commonj.sdo.DataObject
Returns the value of a byte[] property identified by the specified path.
getBytes(int) - Method in interface commonj.sdo.DataObject
Returns the value of a byte[] property identified by the specified property index.
getBytes(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified byte[] property.
getChangeSummary() - Method in interface commonj.sdo.DataGraph
Returns the change summary associated with this data graph.
getChangeSummary() - Method in interface commonj.sdo.DataObject
Returns the ChangeSummary with scope covering this dataObject, or null if there is no ChangeSummary.
getChangedDataObjects() - Method in interface commonj.sdo.ChangeSummary
Returns a list consisting of all the data objects that have been changed while logging.
getChar(String) - Method in interface commonj.sdo.DataObject
Returns the value of a char property identified by the specified path.
getChar(int) - Method in interface commonj.sdo.DataObject
Returns the value of a char property identified by the specified property index.
getChar(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified char property.
getContainer() - Method in interface commonj.sdo.DataObject
Returns the containing data object or null if there is no container.
getContainingType() - Method in interface commonj.sdo.Property
Returns the containing type of this Property.
getContainmentProperty() - Method in interface commonj.sdo.DataObject
Return the Property of the data object containing this data object or null if there is no container.
getCopyHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets a CopyHelper
getDataFactory() - Static method in class commonj.sdo.impl.HelperProvider
Gets a DataFactory
getDataGraph() - Method in interface commonj.sdo.ChangeSummary
Returns the data graph associated with this change summary or null.
getDataGraph() - Method in interface commonj.sdo.DataObject
Returns the data graph for this object or null if there isn't one.
getDataHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets a DataHelper
getDataObject(String) - Method in interface commonj.sdo.DataObject
Returns the value of a DataObject property identified by the specified path.
getDataObject(int) - Method in interface commonj.sdo.DataObject
Returns the value of a DataObject property identified by the specified property index.
getDataObject(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified DataObject property.
getDate(String) - Method in interface commonj.sdo.DataObject
Returns the value of a Date property identified by the specified path.
getDate(int) - Method in interface commonj.sdo.DataObject
Returns the value of a Date property identified by the specified property index.
getDate(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified Date property.
getDeclaredProperties() - Method in interface commonj.sdo.Type
Returns the Properties declared in this Type as opposed to those declared in base Types.
getDefault() - Method in interface commonj.sdo.Property
Returns the default value this Property will have in a data object where the Property hasn't been set.
getDouble(String) - Method in interface commonj.sdo.DataObject
Returns the value of a double property identified by the specified path.
getDouble(int) - Method in interface commonj.sdo.DataObject
Returns the value of a double property identified by the specified property index.
getDouble(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified double property.
getEncoding() - Method in interface commonj.sdo.helper.XMLDocument
Return the XML encoding of the document, or null if not specified.
getEqualityHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets an EqualityHelper
getFloat(String) - Method in interface commonj.sdo.DataObject
Returns the value of a float property identified by the specified path.
getFloat(int) - Method in interface commonj.sdo.DataObject
Returns the value of a float property identified by the specified property index.
getFloat(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified float property.
getGlobalProperty(String, String, boolean) - Method in interface commonj.sdo.helper.XSDHelper
Returns the Property defined by the named global element or attribute in the targetNamespace uri, or null if not found.
getInstanceClass() - Method in interface commonj.sdo.Type
Returns the Java class that this type represents.
getInstanceProperties() - Method in interface commonj.sdo.DataObject
Returns a read-only List of the Properties currently used in this DataObject.
getInt(String) - Method in interface commonj.sdo.DataObject
Returns the value of a int property identified by the specified path.
getInt(int) - Method in interface commonj.sdo.DataObject
Returns the value of a int property identified by the specified property index.
getInt(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified int property.
getList(String) - Method in interface commonj.sdo.DataObject
Returns the value of a List property identified by the specified path.
getList(int) - Method in interface commonj.sdo.DataObject
Returns the value of a List property identified by the specified property index.
getList(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified List property.
getLocalName(Type) - Method in interface commonj.sdo.helper.XSDHelper
Returns the local name as declared in the XSD.
getLocalName(Property) - Method in interface commonj.sdo.helper.XSDHelper
Returns the local name as declared in the XSD.
getLong(String) - Method in interface commonj.sdo.DataObject
Returns the value of a long property identified by the specified path.
getLong(int) - Method in interface commonj.sdo.DataObject
Returns the value of a long property identified by the specified property index.
getLong(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified long property.
getName() - Method in interface commonj.sdo.Property
Returns the name of the Property.
getName() - Method in interface commonj.sdo.Type
Returns the name of the type.
getNamespaceURI(Property) - Method in interface commonj.sdo.helper.XSDHelper
Returns the namespace URI as declared in the XSD.
getNoNamespaceSchemaLocation() - Method in interface commonj.sdo.helper.XMLDocument
Return the value of the noNamespaceSchemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if not present.
getOldContainer(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns the value of the container data object at the point when logging began.
getOldContainmentProperty(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns the value of the containment property data object property at the point when logging began.
getOldSequence(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns the value of the sequence for the data object at the point when logging began.
getOldValue(DataObject, Property) - Method in interface commonj.sdo.ChangeSummary
Returns a setting for the specified property representing the property value of the given dataObject at the point when logging began.
getOldValues(DataObject) - Method in interface commonj.sdo.ChangeSummary
Returns a list of settings that represent the property values of the given dataObject at the point when logging began.
getOpposite() - Method in interface commonj.sdo.Property
Returns the opposite Property if the Property is bi-directional or null otherwise.
getProperties() - Method in interface commonj.sdo.Type
Returns the List of the Properties of this type.
getProperty() - Method in interface commonj.sdo.ChangeSummary.Setting
Returns the property of the setting.
getProperty(String) - Method in interface commonj.sdo.DataObject
Returns the named Property from the current instance properties, or null if not found.
getProperty(int) - Method in interface commonj.sdo.Sequence
Returns the property for the given entry index.
getProperty(String) - Method in interface commonj.sdo.Type
Returns from all the Properties of this type, the one with the specified name.
getRootElementName() - Method in interface commonj.sdo.helper.XMLDocument
Return the name of the root element.
getRootElementURI() - Method in interface commonj.sdo.helper.XMLDocument
Return the targetNamespace URI for the root element.
getRootObject() - Method in interface commonj.sdo.ChangeSummary
Returns the ChangeSummary root DataObject - the object from which changes are tracked.
getRootObject() - Method in interface commonj.sdo.DataGraph
Returns the root data object of this data graph.
getRootObject() - Method in interface commonj.sdo.DataObject
Returns the root data object.
getRootObject() - Method in interface commonj.sdo.helper.XMLDocument
Return the root DataObject for the XMLDocument.
getSchemaLocation() - Method in interface commonj.sdo.helper.XMLDocument
Return the value of the schemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if not present.
getSequence(String) - Method in interface commonj.sdo.DataObject
Returns the value of a Sequence property identified by the specified path.
getSequence(int) - Method in interface commonj.sdo.DataObject
Returns the value of a Sequence property identified by the specified property index.
getSequence(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified Sequence property.
getSequence() - Method in interface commonj.sdo.DataObject
Returns the Sequence for this DataObject.
getShort(String) - Method in interface commonj.sdo.DataObject
Returns the value of a short property identified by the specified path.
getShort(int) - Method in interface commonj.sdo.DataObject
Returns the value of a short property identified by the specified property index.
getShort(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified short property.
getString(String) - Method in interface commonj.sdo.DataObject
Returns the value of a String property identified by the specified path.
getString(int) - Method in interface commonj.sdo.DataObject
Returns the value of a String property identified by the specified property index.
getString(Property) - Method in interface commonj.sdo.DataObject
Returns the value of the specified String property.
getType(String, String) - Method in interface commonj.sdo.DataGraph
Returns the type with the given the URI, or contained by the resource at the given URI, and with the given name.
getType() - Method in interface commonj.sdo.DataObject
Returns the data object's type.
getType() - Method in interface commonj.sdo.Property
Returns the type of the Property.
getType(String, String) - Method in interface commonj.sdo.helper.TypeHelper
Return the Type specified by typeName with the given uri, or null if not found.
getType(Class) - Method in interface commonj.sdo.helper.TypeHelper
Return the Type for this interfaceClass or null if not found.
getTypeHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets a TypeHelper
getURI() - Method in interface commonj.sdo.Type
Returns the namespace URI of the type.
getValue() - Method in interface commonj.sdo.ChangeSummary.Setting
Returns the value of the setting.
getValue(int) - Method in interface commonj.sdo.Sequence
Returns the property value for the given entry index.
getXMLHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets an XMLHelper
getXMLVersion() - Method in interface commonj.sdo.helper.XMLDocument
Return the XML version of the document, or null if not specified.
getXSDHelper() - Static method in class commonj.sdo.impl.HelperProvider
Gets an XSDHelper

A B C D E G H I L M P R S T U W X