|
WebObjects 5.4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.webobjects.eoaccess.EOProperty
public abstract class EOProperty
EOProperty is an abstract class that embodies the notion of an object that belongs to (is the property of) an EOEntity. The concrete subclasses of EOProperty in the Enterprise Objects Framework are EOAttribute and EORelationship.
EOAttribute
,
EOEntity
,
EORelationship
Constructor Summary | |
---|---|
EOProperty()
|
Method Summary | |
---|---|
abstract EOEntity |
entity()
Returns the prent entity of this property |
boolean |
equals(Object value)
|
String |
initialCapitalName()
Retunr the name of the property with teh frist initial capital |
abstract String |
name()
An abstract method that should be implemented by subclasses to return the name of the property object. |
abstract String |
relationshipPath()
An abstract method that should be implemented by subclasses to return a data path naming each component of a flattened property, separated by period characters ("."), or null if the receiver is not a flattened property. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EOProperty()
Method Detail |
---|
public abstract EOEntity entity()
public abstract String name()
public String initialCapitalName()
public abstract String relationshipPath()
null
if the receiver is not a flattened property.
null
if the receiver is not flattened.EOAttribute
,
EOAttribute.relationshipPath()
,
EORelationship
,
EORelationship.relationshipPath()
public boolean equals(Object value)
equals
in class Object
|
Last updated June 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |