public class JDOPropertyImplDynamic extends JDOFieldImplDynamic implements JDOProperty
| Type | Property and Description |
|---|---|
boolean |
is
Convenience method to check whether this field represents a property.
|
defaultFetchGroup, embedded, javaField, msg, persistenceModifier, relationship| Modifier | Constructor and Description |
|---|---|
protected |
JDOPropertyImplDynamic(java.lang.String name,
JDOClass declaringClass)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
JDOField |
getAssociatedJDOField()
Return the JDOField instance associated with this property, if
available.
|
JavaField |
getJavaField()
Get the corresponding JavaField representation for this JDOProperty.
|
boolean |
isProperty()
Convenience method to check whether this field represents a property.
|
void |
setJavaField(JavaField javaField)
Sets the corresponding JavaProperty representation for this JDOProperty.
|
createJDOArray, createJDOArrayInternal, createJDOCollection, createJDOCollectionInternal, createJDOMap, createJDOMapInternal, createJDOReference, createJDOReferenceInternal, getFieldNumber, getMappedByName, getNullValueTreatment, getPersistenceModifier, getRelationship, getRelativeFieldNumber, getType, isDefaultFetchGroup, isEmbedded, isManaged, isPersistent, isPrimaryKey, isRelationship, isSerializable, isTransactional, setDefaultFetchGroup, setEmbedded, setMappedByName, setNullValueTreatment, setPersistenceModifier, setPrimaryKey, setRelationship, setSerializablecompareTo, equals, getDeclaringClass, getName, hashCode, toStringaddPropertyChangeListener, addVetoableChangeListener, createJDOExtension, firePropertyChange, fireVetoableChange, getJDOExtensions, removeJDOExtension, removePropertyChangeListener, removeVetoableChangeListenerclone, finalize, getClass, notify, notifyAll, wait, wait, waitcreateJDOArray, createJDOCollection, createJDOMap, createJDOReference, getFieldNumber, getMappedByName, getNullValueTreatment, getPersistenceModifier, getRelationship, getRelativeFieldNumber, getType, isDefaultFetchGroup, isEmbedded, isManaged, isPersistent, isPrimaryKey, isRelationship, isSerializable, isTransactional, setDefaultFetchGroup, setEmbedded, setMappedByName, setNullValueTreatment, setPersistenceModifier, setPrimaryKey, setRelationship, setSerializablegetDeclaringClass, getNameaddPropertyChangeListener, addVetoableChangeListener, createJDOExtension, getJDOExtensions, removeJDOExtension, removePropertyChangeListener, removeVetoableChangeListenerisProperty in interface JDOFieldisProperty in class JDOFieldImplDynamictrue if this field represents a property;
false otherwiseprotected JDOPropertyImplDynamic(java.lang.String name,
JDOClass declaringClass)
public JavaField getJavaField()
getJavaField in interface JDOFieldgetJavaField in class JDOFieldImplDynamicpublic void setJavaField(JavaField javaField) throws ModelException
setJavaField in interface JDOFieldsetJavaField in class JDOFieldImplDynamicjavaField - the corresponding JavaProperty representationModelException - if impossiblepublic boolean isProperty()
isProperty in interface JDOFieldisProperty in class JDOFieldImplDynamictrue if this field represents a property;
false otherwisepublic JDOField getAssociatedJDOField()
null.
This implementation always retruns null.
getAssociatedJDOField in interface JDOPropertynull if not
available.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.