org.eaglei.model
Class EIObjectProperty
java.lang.Object
org.eaglei.model.EIResource
org.eaglei.model.EIOntResource
org.eaglei.model.EIProperty
org.eaglei.model.EIObjectProperty
- All Implemented Interfaces:
- java.io.Serializable
public class EIObjectProperty
- extends EIProperty
- See Also:
- Serialized Form
|
Method Summary |
EIClass |
getRange()
Deprecated. Should call getRangeList() instead. |
java.util.List<EIClass> |
getRangeList()
If there are more than one range class, returns the first one. |
void |
setRange(EIClass rangeClass)
This method is only here to support cache unmarshalling of this class. |
void |
setRange(java.util.List<EIClass> rangeClasses)
This method is only here to support cache unmarshalling of this class. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EIObjectProperty
public EIObjectProperty(EIEntity entity,
EIClass rangeClass)
EIObjectProperty
public EIObjectProperty(EIEntity entity,
java.util.List<EIClass> rangeClasses)
getRange
public EIClass getRange()
- Deprecated. Should call getRangeList() instead.
- If there are more than one range class, returns the first one.
- Returns:
getRangeList
public java.util.List<EIClass> getRangeList()
- If there are more than one range class, returns the first one.
- Returns:
setRange
public void setRange(EIClass rangeClass)
- This method is only here to support cache unmarshalling of this class.
This field is logically immutable.
- Parameters:
rangeClass -
setRange
public void setRange(java.util.List<EIClass> rangeClasses)
- This method is only here to support cache unmarshalling of this class.
This field is logically immutable.
- Parameters:
rangeClasses -
Copyright © 2009-2010 Eagle-I. All Rights Reserved.