public interface ValueType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BlocksPackage.getValueType()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.DataType |
getBase_DataType()
Returns the value of the 'Base Data Type' reference.
|
org.eclipse.uml2.uml.InstanceSpecification |
getQuantityKind()
Returns the value of the 'Quantity Kind' reference.
|
org.eclipse.uml2.uml.InstanceSpecification |
getUnit()
Returns the value of the 'Unit' reference.
|
void |
setBase_DataType(org.eclipse.uml2.uml.DataType value)
Sets the value of the '
Base Data Type ' reference. |
void |
setQuantityKind(org.eclipse.uml2.uml.InstanceSpecification value)
Sets the value of the '
Quantity Kind ' reference. |
void |
setUnit(org.eclipse.uml2.uml.InstanceSpecification value)
Sets the value of the '
Unit ' reference. |
org.eclipse.uml2.uml.DataType getBase_DataType()
If the meaning of the 'Base Data Type' reference isn't clear, there really should be more of a description here...
setBase_DataType(DataType)
,
BlocksPackage.getValueType_Base_DataType()
void setBase_DataType(org.eclipse.uml2.uml.DataType value)
Base Data Type
' reference.
value
- the new value of the 'Base Data Type' reference.getBase_DataType()
org.eclipse.uml2.uml.InstanceSpecification getQuantityKind()
setQuantityKind(InstanceSpecification)
,
BlocksPackage.getValueType_QuantityKind()
void setQuantityKind(org.eclipse.uml2.uml.InstanceSpecification value)
Quantity Kind
' reference.
value
- the new value of the 'Quantity Kind' reference.getQuantityKind()
org.eclipse.uml2.uml.InstanceSpecification getUnit()
setUnit(InstanceSpecification)
,
BlocksPackage.getValueType_Unit()
Copyright © 2015–2016 Eclipse foundation. All rights reserved.