Package org.eclipse.epf.uma
Interface ApplicableMetaClassInfo
- All Superinterfaces:
Classifier,Element,org.eclipse.emf.ecore.EObject,NamedElement,org.eclipse.emf.common.notify.Notifier,PackageableElement,Type
- All Known Implementing Classes:
ApplicableMetaClassInfoImpl
public interface ApplicableMetaClassInfo extends Classifier
A representation of the model object 'Applicable Meta Class Info'.
The following features are supported:
- See Also:
UmaPackage.getApplicableMetaClassInfo()
-
Method Summary
Modifier and Type Method Description java.lang.BooleangetIsPrimaryExtension()Returns the value of the 'Is Primary Extension' attribute.voidsetIsPrimaryExtension(java.lang.Boolean value)Sets the value of the 'Is Primary Extension' attribute.Methods inherited from interface org.eclipse.epf.uma.Classifier
getIsAbstract, setIsAbstractMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getIsPrimaryExtension
java.lang.Boolean getIsPrimaryExtension()Returns the value of the 'Is Primary Extension' attribute.- Returns:
- the value of the 'Is Primary Extension' attribute.
- See Also:
setIsPrimaryExtension(Boolean),UmaPackage.getApplicableMetaClassInfo_IsPrimaryExtension()
-
setIsPrimaryExtension
void setIsPrimaryExtension(java.lang.Boolean value)Sets the value of the 'Is Primary Extension' attribute.- Parameters:
value- the new value of the 'Is Primary Extension' attribute.- See Also:
getIsPrimaryExtension()
-