|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Axis Origin'. This type represents the intersection point for an axis.
The following features are supported:
AttributePackage.getAxisOrigin()
Method Summary | |
IntersectionType |
getType()
Returns the value of the 'Type' attribute. |
DataElement |
getValue()
Returns the value of the 'Value' attribute. |
boolean |
isSetType()
Returns whether the value of the ' Type ' attribute is set. |
void |
setType(IntersectionType value)
Sets the value of the ' Type ' attribute. |
void |
setValue(DataElement value)
Sets the value of the ' Value ' containment reference. |
void |
unsetType()
Unsets the value of the ' Type ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
public IntersectionType getType()
"Min"
. The
literals are from the enumeration IntersectionType
. Gets the type of the origin value. If it is 'Min' or 'Max', its value is determined at
runtime.
Defines the type of origin. This determines whether and how the origin value is to be used.
IntersectionType
,
isSetType()
,
unsetType()
,
setType(IntersectionType)
,
AttributePackage.getAxisOrigin_Type()
public void setType(IntersectionType value)
Type
' attribute.
Gets the type of the origin value. If it is 'Min' or 'Max', its value is
determined at runtime.
value
- the new value of the 'Type' attribute.IntersectionType
,
isSetType()
,
unsetType()
,
getType()
public void unsetType()
Type
' attribute.
isSetType()
,
getType()
,
setType(IntersectionType)
public boolean isSetType()
Type
' attribute is set.
unsetType()
,
getType()
,
setType(IntersectionType)
public DataElement getValue()
#setValue(Object)
,
AttributePackage.getAxisOrigin_Value()
public void setValue(DataElement value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |