Interface EDataTypeValueType
-
- All Superinterfaces:
BaseValueType
,tools.mdsd.modelingfoundations.identifier.Entity
,EObject
,tools.mdsd.modelingfoundations.identifier.Identifier
,tools.mdsd.modelingfoundations.identifier.NamedElement
,Notifier
,ValueType
- All Known Implementing Classes:
EDataTypeValueTypeImpl
public interface EDataTypeValueType extends BaseValueType
A representation of the model object 'EData Type Value Type'.The following features are supported:
- See Also:
ValuetypePackage.getEDataTypeValueType()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
adheresToValueType(java.lang.Object instance)
EDataType
getBaseType()
Returns the value of the 'Base Type' reference.void
setBaseType(EDataType value)
Sets the value of the 'Base Type
' reference.-
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 tools.mdsd.modelingfoundations.identifier.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface tools.mdsd.characteristics.valuetype.ValueType
getProperty, hasProperty
-
-
-
-
Method Detail
-
getBaseType
EDataType getBaseType()
Returns the value of the 'Base Type' reference.- Returns:
- the value of the 'Base Type' reference.
- See Also:
setBaseType(EDataType)
,ValuetypePackage.getEDataTypeValueType_BaseType()
- Generated class or method.
- EMF model class or method.
-
setBaseType
void setBaseType(EDataType value)
Sets the value of the 'Base Type
' reference.- Parameters:
value
- the new value of the 'Base Type' reference.- See Also:
getBaseType()
- Generated class or method.
-
adheresToValueType
boolean adheresToValueType(java.lang.Object instance)
- Specified by:
adheresToValueType
in interfaceValueType
- Generated class or method.
- EMF model class or method.
- required="true"
-
-