public interface VariableDeclaration extends TypedElement
PivotPackage.getVariableDeclaration()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
Type |
getTypeValue()
Returns the value of the 'Type Value' reference.
|
void |
setTypeValue(Type value)
Sets the value of the '
Type Value' reference. |
boolean |
validateNameIsNotNull(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateTypeIsNotInvalid(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateTypeIsNotNull(DiagnosticChain diagnostics,
Map<Object,Object> context) |
CompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueType getTypeValue()
If the meaning of the 'Type Value' reference isn't clear, there really should be more of a description here...
setTypeValue(Type),
PivotPackage.getVariableDeclaration_TypeValue()void setTypeValue(Type value)
Type Value' reference.
value - the new value of the 'Type Value' reference.getTypeValue()boolean validateNameIsNotNull(DiagnosticChain diagnostics,
Map<Object,Object> context)
boolean validateTypeIsNotInvalid(DiagnosticChain diagnostics,
Map<Object,Object> context)
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.