public interface StringType extends DataType
The following features are supported:
DatatypePackage.getStringType()| Modifier and Type | Method and Description |
|---|---|
AbstractStringValue |
getOwnedDefaultValue()
Returns the value of the 'Owned Default Value' containment reference.
|
NumericValue |
getOwnedMaxLength()
Returns the value of the 'Owned Max Length' containment reference.
|
NumericValue |
getOwnedMinLength()
Returns the value of the 'Owned Min Length' containment reference.
|
AbstractStringValue |
getOwnedNullValue()
Returns the value of the 'Owned Null Value' containment reference.
|
void |
setOwnedDefaultValue(AbstractStringValue value)
Sets the value of the '
Owned Default Value' containment reference. |
void |
setOwnedMaxLength(NumericValue value)
Sets the value of the '
Owned Max Length' containment reference. |
void |
setOwnedMinLength(NumericValue value)
Sets the value of the '
Owned Min Length' containment reference. |
void |
setOwnedNullValue(AbstractStringValue 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, setFinalAbstractStringValue getOwnedDefaultValue()
If the meaning of the 'Owned Default Value' containment reference isn't clear, there really should be more of a description here...
setOwnedDefaultValue(AbstractStringValue),
DatatypePackage.getStringType_OwnedDefaultValue()void setOwnedDefaultValue(AbstractStringValue value)
Owned Default Value' containment reference.
value - the new value of the 'Owned Default Value' containment reference.getOwnedDefaultValue()AbstractStringValue getOwnedNullValue()
If the meaning of the 'Owned Null Value' containment reference isn't clear, there really should be more of a description here...
setOwnedNullValue(AbstractStringValue),
DatatypePackage.getStringType_OwnedNullValue()void setOwnedNullValue(AbstractStringValue value)
Owned Null Value' containment reference.
value - the new value of the 'Owned Null Value' containment reference.getOwnedNullValue()NumericValue getOwnedMinLength()
If the meaning of the 'Owned Min Length' containment reference isn't clear, there really should be more of a description here...
setOwnedMinLength(NumericValue),
DatatypePackage.getStringType_OwnedMinLength()void setOwnedMinLength(NumericValue value)
Owned Min Length' containment reference.
value - the new value of the 'Owned Min Length' containment reference.getOwnedMinLength()NumericValue getOwnedMaxLength()
If the meaning of the 'Owned Max Length' containment reference isn't clear, there really should be more of a description here...
setOwnedMaxLength(NumericValue),
DatatypePackage.getStringType_OwnedMaxLength()void setOwnedMaxLength(NumericValue value)
Owned Max Length' containment reference.
value - the new value of the 'Owned Max Length' containment reference.getOwnedMaxLength()