public interface TypedElement extends NamedElement
The following features are supported:
PivotPackage.getTypedElement()| Modifier and Type | Method and Description |
|---|---|
boolean |
CompatibleBody(ValueSpecification bodySpecification) |
Type |
getType()
Returns the value of the 'Type' reference.
|
TypeId |
getTypeId() |
boolean |
isIsMany()
Returns the value of the 'Is Many' attribute.
|
boolean |
isIsRequired()
Returns the value of the 'Is Required' attribute.
|
void |
setIsRequired(boolean value)
Sets the value of the '
Is Required' attribute. |
void |
setType(Type value)
Sets the value of the '
Type' reference. |
getName, setNameaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueboolean isIsMany()
If the meaning of the 'Is Many' attribute isn't clear, there really should be more of a description here...
PivotPackage.getTypedElement_IsMany()boolean isIsRequired()
"true".
If the meaning of the 'Is Required' attribute isn't clear, there really should be more of a description here...
setIsRequired(boolean),
PivotPackage.getTypedElement_IsRequired()Type getType()
setType(Type),
PivotPackage.getTypedElement_Type()void setType(Type value)
Type' reference.
value - the new value of the 'Type' reference.getType()boolean CompatibleBody(ValueSpecification bodySpecification)
void setIsRequired(boolean value)
Is Required' attribute.
value - the new value of the 'Is Required' attribute.isIsRequired()TypeId getTypeId()
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.