public abstract class FeatureImpl extends TypedElementImpl implements Feature
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
Object |
eInvoke(int operationID,
<any> arguments) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
LibraryFeature |
getImplementation() |
String |
getImplementationClass() |
boolean |
isIsStatic() |
void |
setImplementation(LibraryFeature newImplementation) |
void |
setImplementationClass(String newImplementationClass) |
void |
setIsStatic(boolean newIsStatic) |
String |
toString() |
boolean |
validateNameIsNotNull(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateTypeIsNotInvalid(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateTypeIsNotNull(DiagnosticChain diagnostics,
Map<Object,Object> context) |
basicGetType, CompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, eInverseAdd, eInverseRemove, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOwningClassCompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic String getImplementationClass()
getImplementationClass in interface FeatureFeature.setImplementationClass(String),
PivotPackage.getFeature_ImplementationClass()public void setImplementationClass(String newImplementationClass)
setImplementationClass in interface FeaturenewImplementationClass - the new value of the 'Implementation Class' attribute.Feature.getImplementationClass()public boolean isIsStatic()
isIsStatic in interface FeatureFeature.setIsStatic(boolean),
PivotPackage.getFeature_IsStatic()public void setIsStatic(boolean newIsStatic)
setIsStatic in interface FeaturenewIsStatic - the new value of the 'Is Static' attribute.Feature.isIsStatic()public boolean validateNameIsNotNull(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateNameIsNotNull in interface Featurepublic boolean validateTypeIsNotInvalid(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateTypeIsNotInvalid in interface Featurepublic boolean validateTypeIsNotNull(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateTypeIsNotNull in interface Featurepublic LibraryFeature getImplementation()
getImplementation in interface FeatureFeature.setImplementation(LibraryFeature),
PivotPackage.getFeature_Implementation()public void setImplementation(LibraryFeature newImplementation)
setImplementation in interface FeaturenewImplementation - the new value of the 'Implementation' attribute.Feature.getImplementation()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class TypedElementImplpublic void eSet(int featureID,
Object newValue)
eSet in class TypedElementImplpublic void eUnset(int featureID)
eUnset in class TypedElementImplpublic boolean eIsSet(int featureID)
eIsSet in class TypedElementImplpublic Object eInvoke(int operationID, <any> arguments) throws InvocationTargetException
eInvoke in class TypedElementImplInvocationTargetExceptionpublic String toString()
toString in class TypedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.