public interface NumericType extends DataType
The following features are supported:
DatatypePackage.getNumericType()| Modifier and Type | Method and Description |
|---|---|
NumericTypeKind |
getKind()
Returns the value of the 'Kind' attribute.
|
NumericValue |
getOwnedDefaultValue()
Returns the value of the 'Owned Default Value' containment reference.
|
NumericValue |
getOwnedMaxValue()
Returns the value of the 'Owned Max Value' containment reference.
|
NumericValue |
getOwnedMinValue()
Returns the value of the 'Owned Min Value' containment reference.
|
NumericValue |
getOwnedNullValue()
Returns the value of the 'Owned Null Value' containment reference.
|
void |
setKind(NumericTypeKind value)
Sets the value of the '
Kind' attribute. |
void |
setOwnedDefaultValue(NumericValue value)
Sets the value of the '
Owned Default Value' containment reference. |
void |
setOwnedMaxValue(NumericValue value)
Sets the value of the '
Owned Max Value' containment reference. |
void |
setOwnedMinValue(NumericValue value)
Sets the value of the '
Owned Min Value' containment reference. |
void |
setOwnedNullValue(NumericValue value)
Sets the value of the '
Owned Null Value' containment reference. |
getDefaultValue, getNullValue, getOwnedInformationRealizations, getPattern, getRealizedDataTypes, getRealizingDataTypes, getVisibility, isDiscrete, isMaxInclusive, isMinInclusive, setDiscrete, setMaxInclusive, setMinInclusive, setPattern, setVisibilitygetOwnedGeneralizations, getSub, getSubGeneralizations, getSuper, getSuperGeneralizations, isAbstract, setAbstractgetTypedElementsgetAbstractTypedElementsgetOwnedDataValuesgetOwnedPropertyValuePkgsgetContainedGenericTraces, getContainedRequirementsTraces, getNamingRules, getOwnedTracesgetName, setNamegetAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverisFinal, setFinalNumericTypeKind getKind()
"INTEGER".
The literals are from the enumeration NumericTypeKind.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
NumericTypeKind,
setKind(NumericTypeKind),
DatatypePackage.getNumericType_Kind()void setKind(NumericTypeKind value)
Kind' attribute.
value - the new value of the 'Kind' attribute.NumericTypeKind,
getKind()NumericValue getOwnedDefaultValue()
If the meaning of the 'Owned Default Value' containment reference isn't clear, there really should be more of a description here...
setOwnedDefaultValue(NumericValue),
DatatypePackage.getNumericType_OwnedDefaultValue()void setOwnedDefaultValue(NumericValue value)
Owned Default Value' containment reference.
value - the new value of the 'Owned Default Value' containment reference.getOwnedDefaultValue()NumericValue getOwnedNullValue()
If the meaning of the 'Owned Null Value' containment reference isn't clear, there really should be more of a description here...
setOwnedNullValue(NumericValue),
DatatypePackage.getNumericType_OwnedNullValue()void setOwnedNullValue(NumericValue value)
Owned Null Value' containment reference.
value - the new value of the 'Owned Null Value' containment reference.getOwnedNullValue()NumericValue getOwnedMinValue()
If the meaning of the 'Owned Min Value' containment reference isn't clear, there really should be more of a description here...
setOwnedMinValue(NumericValue),
DatatypePackage.getNumericType_OwnedMinValue()void setOwnedMinValue(NumericValue value)
Owned Min Value' containment reference.
value - the new value of the 'Owned Min Value' containment reference.getOwnedMinValue()NumericValue getOwnedMaxValue()
If the meaning of the 'Owned Max Value' containment reference isn't clear, there really should be more of a description here...
setOwnedMaxValue(NumericValue),
DatatypePackage.getNumericType_OwnedMaxValue()void setOwnedMaxValue(NumericValue value)
Owned Max Value' containment reference.
value - the new value of the 'Owned Max Value' containment reference.getOwnedMaxValue()