|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PointType
A representation of the model object 'Point Type'.
The following features are supported:
OgmlPackage.getPointType()
extendedMetaData | = | "name='point.type' |
kind | = | 'elementOnly'" |
Method Summary | |
---|---|
EList<DataType> |
getData()
Returns the value of the 'Data' containment reference list. |
String |
getId()
Returns the value of the 'Id' attribute. |
double |
getX()
Returns the value of the 'X' attribute. |
double |
getY()
Returns the value of the 'Y' attribute. |
double |
getZ()
Returns the value of the 'Z' attribute. |
boolean |
isSetX()
Returns whether the value of the ' X ' attribute is set. |
boolean |
isSetY()
Returns whether the value of the ' Y ' attribute is set. |
boolean |
isSetZ()
Returns whether the value of the ' Z ' attribute is set. |
void |
setId(String value)
Sets the value of the ' Id ' attribute. |
void |
setX(double value)
Sets the value of the ' X ' attribute. |
void |
setY(double value)
Sets the value of the ' Y ' attribute. |
void |
setZ(double value)
Sets the value of the ' Z ' attribute. |
void |
unsetX()
Unsets the value of the ' X ' attribute. |
void |
unsetY()
Unsets the value of the ' Y ' attribute. |
void |
unsetZ()
Unsets the value of the ' Z ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
EList<DataType> getData()
DataType
.
If the meaning of the 'Data' containment reference list isn't clear, there really should be more of a description here...
OgmlPackage.getPointType_Data()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'data' |
namespace | = | '##targetNamespace'" |
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
OgmlPackage.getPointType_Id()
id | = | true |
dataType | = | org.eclipse.emf.ecore.xml.type.ID |
extendedMetaData | = | "kind='attribute' |
name | = | 'id' |
namespace | = | '##targetNamespace'" |
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
double getX()
If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...
isSetX()
,
unsetX()
,
setX(double)
,
OgmlPackage.getPointType_X()
unsettable | = | true |
dataType | = | org.eclipse.emf.ecore.xml.type.Double |
required | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'x' |
namespace | = | '##targetNamespace'" |
void setX(double value)
X
' attribute.
value
- the new value of the 'X' attribute.isSetX()
,
unsetX()
,
getX()
void unsetX()
X
' attribute.
isSetX()
,
getX()
,
setX(double)
boolean isSetX()
X
' attribute is set.
unsetX()
,
getX()
,
setX(double)
double getY()
If the meaning of the 'Y' attribute isn't clear, there really should be more of a description here...
isSetY()
,
unsetY()
,
setY(double)
,
OgmlPackage.getPointType_Y()
unsettable | = | true |
dataType | = | org.eclipse.emf.ecore.xml.type.Double |
required | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'y' |
namespace | = | '##targetNamespace'" |
void setY(double value)
Y
' attribute.
value
- the new value of the 'Y' attribute.isSetY()
,
unsetY()
,
getY()
void unsetY()
Y
' attribute.
isSetY()
,
getY()
,
setY(double)
boolean isSetY()
Y
' attribute is set.
unsetY()
,
getY()
,
setY(double)
double getZ()
If the meaning of the 'Z' attribute isn't clear, there really should be more of a description here...
isSetZ()
,
unsetZ()
,
setZ(double)
,
OgmlPackage.getPointType_Z()
unsettable | = | true |
dataType | = | org.eclipse.emf.ecore.xml.type.Double |
extendedMetaData | = | "kind='attribute' |
name | = | 'z' |
namespace | = | '##targetNamespace'" |
void setZ(double value)
Z
' attribute.
value
- the new value of the 'Z' attribute.isSetZ()
,
unsetZ()
,
getZ()
void unsetZ()
Z
' attribute.
isSetZ()
,
getZ()
,
setZ(double)
boolean isSetZ()
Z
' attribute is set.
unsetZ()
,
getZ()
,
setZ(double)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |