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, wait
getBigNumericId, getGlobalId, getNumericId
public java.io.Serializable getInternalId()
public java.lang.String getName()
getName
in interface IModelObject
getName
in interface ILanguageElementImpl
public java.lang.String getExpression()
public java.lang.String getHelpText()
public boolean isException()
isException
in interface ILanguageElementImpl
public OdiTechnology getTechnology()
public OdiLanguageElement getLanguageElement()
getLanguageElement
in interface ILanguageElementImpl
public IRepositoryEntity getSecurityContainer()
public java.lang.String getDomainInterfaceType()
getDomainInterfaceType
in interface IModelObjectBase
public java.lang.String getQualifiedName()
getQualifiedName
in interface IModelObject
public java.lang.String getImplementationString()
ILanguageElementImpl
getImplementationString
in interface ILanguageElementImpl