public class OdiLanguageElementImpl extends AbstractRepositoryEntity implements ILanguageElementImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
OdiLanguageElementImpl.OdiLanguageElementImplId
Implements the composite key for
OdiLanguageElementImpl. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDomainInterfaceType() |
java.lang.String |
getExpression()
Returns syntax of the language element in this implementation.
|
java.lang.String |
getHelpText()
Returns help text for this element.
|
java.lang.String |
getImplementationString()
Gets the implementation string.
|
java.io.Serializable |
getInternalId() |
OdiLanguageElement |
getLanguageElement()
Returns language element this implementation belongs to.
|
java.lang.String |
getName()
Returns name of the language element overridden by this implementation or name defined by language element otherwise.
|
java.lang.String |
getQualifiedName() |
IRepositoryEntity |
getSecurityContainer() |
OdiTechnology |
getTechnology()
Returns technology this implementation defined for.
|
boolean |
isException()
Returns true if this language element does not exist for the given technology, even if it is universal or standard.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBigNumericId, getGlobalId, getNumericIdpublic java.io.Serializable getInternalId()
public java.lang.String getName()
getName in interface IModelObjectgetName in interface ILanguageElementImplpublic java.lang.String getExpression()
public java.lang.String getHelpText()
public boolean isException()
isException in interface ILanguageElementImplpublic OdiTechnology getTechnology()
public OdiLanguageElement getLanguageElement()
getLanguageElement in interface ILanguageElementImplpublic IRepositoryEntity getSecurityContainer()
public java.lang.String getDomainInterfaceType()
getDomainInterfaceType in interface IModelObjectBasepublic java.lang.String getQualifiedName()
getQualifiedName in interface IModelObjectpublic java.lang.String getImplementationString()
ILanguageElementImplgetImplementationString in interface ILanguageElementImpl