public interface ErrorType extends ErrorTypes
The following features are supported:
ErrorModelPackage.getErrorType()
Modifier and Type | Method and Description |
---|---|
ErrorType |
getAliasedType()
Returns the value of the 'Aliased Type' reference.
|
org.eclipse.emf.common.util.EList<ErrorType> |
getSubType()
Returns the value of the 'Sub Type' reference list.
|
ErrorType |
getSuperType()
Returns the value of the 'Super Type' reference.
|
void |
setAliasedType(ErrorType value)
Sets the value of the '
Aliased Type ' reference. |
void |
setSuperType(ErrorType value)
Sets the value of the '
Super Type ' reference. |
acceptsProperty, allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, getName, getNamespace, getNonModalPropertyValue, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getPropertyValues, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setName, setPropertyValue, setPropertyValue, setPropertyValue
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
getLocationReference, setLocationReference, setLocationReference
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
ErrorType getSuperType()
Sub Type
'.
If the meaning of the 'Super Type' reference isn't clear, there really should be more of a description here...
setSuperType(ErrorType)
,
ErrorModelPackage.getErrorType_SuperType()
,
getSubType()
void setSuperType(ErrorType value)
Super Type
' reference.
value
- the new value of the 'Super Type' reference.getSuperType()
ErrorType getAliasedType()
If the meaning of the 'Aliased Type' reference isn't clear, there really should be more of a description here...
setAliasedType(ErrorType)
,
ErrorModelPackage.getErrorType_AliasedType()
void setAliasedType(ErrorType value)
Aliased Type
' reference.
value
- the new value of the 'Aliased Type' reference.getAliasedType()
org.eclipse.emf.common.util.EList<ErrorType> getSubType()
ErrorType
.
It is bidirectional and its opposite is 'Super Type
'.
If the meaning of the 'Sub Type' reference list isn't clear, there really should be more of a description here...
ErrorModelPackage.getErrorType_SubType()
,
getSuperType()