public class CategoryImpl extends ApplicationElementImpl implements MCategory
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description
The cached value of the '
Description' attribute |
protected static java.lang.String |
DESCRIPTION_EDEFAULT
The default value of the '
Description' attribute |
protected static java.lang.String |
LOCALIZED_DESCRIPTION_EDEFAULT
The default value of the '
Localized Description' attribute |
protected static java.lang.String |
LOCALIZED_NAME_EDEFAULT
The default value of the '
Localized Name' attribute |
protected java.lang.String |
name
The cached value of the '
Name' attribute |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the '
Name' attribute |
CONTRIBUTOR_URI_EDEFAULT, contributorURI, ELEMENT_ID_EDEFAULT, elementId, persistedState, tags, transientData| Modifier | Constructor and Description |
|---|---|
protected |
CategoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
eDerivedOperationID(int baseOperationID,
java.lang.Class<?> baseClass) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
java.lang.Object |
eInvoke(int operationID,
<any> arguments) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getDescription() |
java.lang.String |
getLocalizedDescription() |
java.lang.String |
getLocalizedName() |
java.lang.String |
getName() |
void |
setDescription(java.lang.String newDescription) |
void |
setName(java.lang.String newName) |
java.lang.String |
toString() |
void |
updateLocalization() |
eInverseRemove, getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdprotected static final java.lang.String NAME_EDEFAULT
Name' attribute.
getName()protected static final java.lang.String DESCRIPTION_EDEFAULT
Description' attribute.
getDescription()protected java.lang.String description
Description' attribute.
getDescription()protected static final java.lang.String LOCALIZED_NAME_EDEFAULT
Localized Name' attribute.
getLocalizedName(),
Constant Field Valuesprotected static final java.lang.String LOCALIZED_DESCRIPTION_EDEFAULT
Localized Description' attribute.
getLocalizedDescription()protected EClass eStaticClass()
eStaticClass in class ApplicationElementImplpublic java.lang.String getName()
getName in interface MCategoryMCategory.setName(String)public void setName(java.lang.String newName)
setName in interface MCategorynewName - the new value of the 'Name' attribute.MCategory.getName()public java.lang.String getDescription()
getDescription in interface MCategoryMCategory.setDescription(String)public void setDescription(java.lang.String newDescription)
setDescription in interface MCategorynewDescription - the new value of the 'Description' attribute.MCategory.getDescription()public java.lang.String getLocalizedName()
getLocalizedName in interface MCategorypublic java.lang.String getLocalizedDescription()
getLocalizedDescription in interface MCategorypublic void updateLocalization()
updateLocalization in interface MLocalizablepublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class ApplicationElementImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in class ApplicationElementImplpublic void eUnset(int featureID)
eUnset in class ApplicationElementImplpublic boolean eIsSet(int featureID)
eIsSet in class ApplicationElementImplpublic int eDerivedOperationID(int baseOperationID,
java.lang.Class<?> baseClass)
public java.lang.Object eInvoke(int operationID,
<any> arguments)
throws java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetExceptionpublic java.lang.String toString()
toString in class ApplicationElementImpl