UML.Semantic.Foundation.DataTypes
Class Geometry
java.lang.Object
|
+--UML.Semantic.Foundation.DataTypes.Geometry
- public class Geometry
- extends java.lang.Object
In the metamodel a Geometry is a triple of
Floats, which denotes a position in space.
|
Method Summary |
java.lang.String |
getBody()
Gets the text body of the geometry. |
java.lang.String |
getElementType()
|
void |
setBody(java.lang.String body)
Assigns the given text to the name body. |
void |
setElementType(java.lang.String type)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Geometry
public Geometry()
setBody
public void setBody(java.lang.String body)
- Assigns the given text to the name body.
getBody
public java.lang.String getBody()
- Gets the text body of the geometry.
- Returns:
- The body text.
setElementType
public void setElementType(java.lang.String type)
getElementType
public java.lang.String getElementType()