Package com.sodius.mdw.metamodel.sa
Interface MetaKeyedBy
-
- All Superinterfaces:
Comparable<Object>,org.eclipse.emf.ecore.EModelElement,EncyclopediaElement,org.eclipse.emf.ecore.EObject,MDWEObject,MDWObject,org.eclipse.emf.common.notify.Notifier
public interface MetaKeyedBy extends EncyclopediaElement
A representation of the model object 'Meta Keyed By'.The following features are supported:
- See Also:
SaPackage.getMetaKeyedBy()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMetaKeyFromName()Returns the value of the 'Meta Key From Name' attribute.StringgetMetaKeyKeyedName()Returns the value of the 'Meta Key Keyed Name' attribute.StringgetMetaKeyQualifiable()Returns the value of the 'Meta Key Qualifiable' attribute.voidsetMetaKeyFromName(String value)Sets the value of the 'Meta Key From Name' attribute.voidsetMetaKeyKeyedName(String value)Sets the value of the 'Meta Key Keyed Name' attribute.voidsetMetaKeyQualifiable(String value)Sets the value of the 'Meta Key Qualifiable' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
-
-
-
Method Detail
-
getMetaKeyFromName
String getMetaKeyFromName()
Returns the value of the 'Meta Key From Name' attribute. The default value is"".- Returns:
- the value of the 'Meta Key From Name' attribute.
- See Also:
setMetaKeyFromName(String),SaPackage.getMetaKeyedBy_MetaKeyFromName()
-
setMetaKeyFromName
void setMetaKeyFromName(String value)
Sets the value of the 'Meta Key From Name' attribute.- Parameters:
value- the new value of the 'Meta Key From Name' attribute.- See Also:
getMetaKeyFromName()
-
getMetaKeyKeyedName
String getMetaKeyKeyedName()
Returns the value of the 'Meta Key Keyed Name' attribute. The default value is"".- Returns:
- the value of the 'Meta Key Keyed Name' attribute.
- See Also:
setMetaKeyKeyedName(String),SaPackage.getMetaKeyedBy_MetaKeyKeyedName()
-
setMetaKeyKeyedName
void setMetaKeyKeyedName(String value)
Sets the value of the 'Meta Key Keyed Name' attribute.- Parameters:
value- the new value of the 'Meta Key Keyed Name' attribute.- See Also:
getMetaKeyKeyedName()
-
getMetaKeyQualifiable
String getMetaKeyQualifiable()
Returns the value of the 'Meta Key Qualifiable' attribute. The default value is"".- Returns:
- the value of the 'Meta Key Qualifiable' attribute.
- See Also:
setMetaKeyQualifiable(String),SaPackage.getMetaKeyedBy_MetaKeyQualifiable()
-
setMetaKeyQualifiable
void setMetaKeyQualifiable(String value)
Sets the value of the 'Meta Key Qualifiable' attribute.- Parameters:
value- the new value of the 'Meta Key Qualifiable' attribute.- See Also:
getMetaKeyQualifiable()
-
-