org.eclipse.modisco.jee.ejbjar.EjbJar20
Interface EntityType


public interface EntityType

A representation of the model object 'Entity Type'.

The following features are supported:

See Also:
EjbJar20Package.getEntityType()
Generated:
Model:
extendedMetaData="name='entity_._type' kind='elementOnly'"

Method Summary
 AbstractSchemaNameType getAbstractSchemaName()
          Returns the value of the 'Abstract Schema Name' containment reference.
  getCmpField()
          Returns the value of the 'Cmp Field' containment reference list.
 CmpVersionType getCmpVersion()
          Returns the value of the 'Cmp Version' containment reference.
 DescriptionType getDescription()
          Returns the value of the 'Description' containment reference.
 DisplayNameType getDisplayName()
          Returns the value of the 'Display Name' containment reference.
 EjbClassType getEjbClass()
          Returns the value of the 'Ejb Class' containment reference.
  getEjbLocalRef()
          Returns the value of the 'Ejb Local Ref' containment reference list.
 EjbNameType getEjbName()
          Returns the value of the 'Ejb Name' containment reference.
  getEjbRef()
          Returns the value of the 'Ejb Ref' containment reference list.
  getEnvEntry()
          Returns the value of the 'Env Entry' containment reference list.
 HomeType getHome()
          Returns the value of the 'Home' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 LargeIconType getLargeIcon()
          Returns the value of the 'Large Icon' containment reference.
 LocalType getLocal()
          Returns the value of the 'Local' containment reference.
 LocalHomeType getLocalHome()
          Returns the value of the 'Local Home' containment reference.
 PersistenceTypeType getPersistenceType()
          Returns the value of the 'Persistence Type' containment reference.
 PrimKeyClassType getPrimKeyClass()
          Returns the value of the 'Prim Key Class' containment reference.
 PrimkeyFieldType getPrimkeyField()
          Returns the value of the 'Primkey Field' containment reference.
  getQuery()
          Returns the value of the 'Query' containment reference list.
 ReentrantType getReentrant()
          Returns the value of the 'Reentrant' containment reference.
 RemoteType getRemote()
          Returns the value of the 'Remote' containment reference.
  getResourceEnvRef()
          Returns the value of the 'Resource Env Ref' containment reference list.
  getResourceRef()
          Returns the value of the 'Resource Ref' containment reference list.
 SecurityIdentityType getSecurityIdentity()
          Returns the value of the 'Security Identity' containment reference.
  getSecurityRoleRef()
          Returns the value of the 'Security Role Ref' containment reference list.
 SmallIconType getSmallIcon()
          Returns the value of the 'Small Icon' containment reference.
 void setAbstractSchemaName(AbstractSchemaNameType value)
          Sets the value of the 'Abstract Schema Name' containment reference.
 void setCmpVersion(CmpVersionType value)
          Sets the value of the 'Cmp Version' containment reference.
 void setDescription(DescriptionType value)
          Sets the value of the 'Description' containment reference.
 void setDisplayName(DisplayNameType value)
          Sets the value of the 'Display Name' containment reference.
 void setEjbClass(EjbClassType value)
          Sets the value of the 'Ejb Class' containment reference.
 void setEjbName(EjbNameType value)
          Sets the value of the 'Ejb Name' containment reference.
 void setHome(HomeType value)
          Sets the value of the 'Home' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setLargeIcon(LargeIconType value)
          Sets the value of the 'Large Icon' containment reference.
 void setLocal(LocalType value)
          Sets the value of the 'Local' containment reference.
 void setLocalHome(LocalHomeType value)
          Sets the value of the 'Local Home' containment reference.
 void setPersistenceType(PersistenceTypeType value)
          Sets the value of the 'Persistence Type' containment reference.
 void setPrimKeyClass(PrimKeyClassType value)
          Sets the value of the 'Prim Key Class' containment reference.
 void setPrimkeyField(PrimkeyFieldType value)
          Sets the value of the 'Primkey Field' containment reference.
 void setReentrant(ReentrantType value)
          Sets the value of the 'Reentrant' containment reference.
 void setRemote(RemoteType value)
          Sets the value of the 'Remote' containment reference.
 void setSecurityIdentity(SecurityIdentityType value)
          Sets the value of the 'Security Identity' containment reference.
 void setSmallIcon(SmallIconType value)
          Sets the value of the 'Small Icon' containment reference.
 

Method Detail

getDescription

DescriptionType getDescription()
Returns the value of the 'Description' containment reference.

If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(DescriptionType), EjbJar20Package.getEntityType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"

setDescription

void setDescription(DescriptionType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()
Generated:

getDisplayName

DisplayNameType getDisplayName()
Returns the value of the 'Display Name' containment reference.

If the meaning of the 'Display Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Display Name' containment reference.
See Also:
setDisplayName(DisplayNameType), EjbJar20Package.getEntityType_DisplayName()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='display-name' namespace='##targetNamespace'"

setDisplayName

void setDisplayName(DisplayNameType value)
Sets the value of the 'Display Name' containment reference.

Parameters:
value - the new value of the 'Display Name' containment reference.
See Also:
getDisplayName()
Generated:

getSmallIcon

SmallIconType getSmallIcon()
Returns the value of the 'Small Icon' containment reference.

If the meaning of the 'Small Icon' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Small Icon' containment reference.
See Also:
setSmallIcon(SmallIconType), EjbJar20Package.getEntityType_SmallIcon()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='small-icon' namespace='##targetNamespace'"

setSmallIcon

void setSmallIcon(SmallIconType value)
Sets the value of the 'Small Icon' containment reference.

Parameters:
value - the new value of the 'Small Icon' containment reference.
See Also:
getSmallIcon()
Generated:

getLargeIcon

LargeIconType getLargeIcon()
Returns the value of the 'Large Icon' containment reference.

If the meaning of the 'Large Icon' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Large Icon' containment reference.
See Also:
setLargeIcon(LargeIconType), EjbJar20Package.getEntityType_LargeIcon()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='large-icon' namespace='##targetNamespace'"

setLargeIcon

void setLargeIcon(LargeIconType value)
Sets the value of the 'Large Icon' containment reference.

Parameters:
value - the new value of the 'Large Icon' containment reference.
See Also:
getLargeIcon()
Generated:

getEjbName

EjbNameType getEjbName()
Returns the value of the 'Ejb Name' containment reference.

If the meaning of the 'Ejb Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Name' containment reference.
See Also:
setEjbName(EjbNameType), EjbJar20Package.getEntityType_EjbName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='ejb-name' namespace='##targetNamespace'"

setEjbName

void setEjbName(EjbNameType value)
Sets the value of the 'Ejb Name' containment reference.

Parameters:
value - the new value of the 'Ejb Name' containment reference.
See Also:
getEjbName()
Generated:

getHome

HomeType getHome()
Returns the value of the 'Home' containment reference.

If the meaning of the 'Home' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Home' containment reference.
See Also:
setHome(HomeType), EjbJar20Package.getEntityType_Home()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='home' namespace='##targetNamespace'"

setHome

void setHome(HomeType value)
Sets the value of the 'Home' containment reference.

Parameters:
value - the new value of the 'Home' containment reference.
See Also:
getHome()
Generated:

getRemote

RemoteType getRemote()
Returns the value of the 'Remote' containment reference.

If the meaning of the 'Remote' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Remote' containment reference.
See Also:
setRemote(RemoteType), EjbJar20Package.getEntityType_Remote()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='remote' namespace='##targetNamespace'"

setRemote

void setRemote(RemoteType value)
Sets the value of the 'Remote' containment reference.

Parameters:
value - the new value of the 'Remote' containment reference.
See Also:
getRemote()
Generated:

getLocalHome

LocalHomeType getLocalHome()
Returns the value of the 'Local Home' containment reference.

If the meaning of the 'Local Home' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Local Home' containment reference.
See Also:
setLocalHome(LocalHomeType), EjbJar20Package.getEntityType_LocalHome()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='local-home' namespace='##targetNamespace'"

setLocalHome

void setLocalHome(LocalHomeType value)
Sets the value of the 'Local Home' containment reference.

Parameters:
value - the new value of the 'Local Home' containment reference.
See Also:
getLocalHome()
Generated:

getLocal

LocalType getLocal()
Returns the value of the 'Local' containment reference.

If the meaning of the 'Local' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Local' containment reference.
See Also:
setLocal(LocalType), EjbJar20Package.getEntityType_Local()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='local' namespace='##targetNamespace'"

setLocal

void setLocal(LocalType value)
Sets the value of the 'Local' containment reference.

Parameters:
value - the new value of the 'Local' containment reference.
See Also:
getLocal()
Generated:

getEjbClass

EjbClassType getEjbClass()
Returns the value of the 'Ejb Class' containment reference.

If the meaning of the 'Ejb Class' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Class' containment reference.
See Also:
setEjbClass(EjbClassType), EjbJar20Package.getEntityType_EjbClass()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='ejb-class' namespace='##targetNamespace'"

setEjbClass

void setEjbClass(EjbClassType value)
Sets the value of the 'Ejb Class' containment reference.

Parameters:
value - the new value of the 'Ejb Class' containment reference.
See Also:
getEjbClass()
Generated:

getPersistenceType

PersistenceTypeType getPersistenceType()
Returns the value of the 'Persistence Type' containment reference.

If the meaning of the 'Persistence Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Persistence Type' containment reference.
See Also:
setPersistenceType(PersistenceTypeType), EjbJar20Package.getEntityType_PersistenceType()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='persistence-type' namespace='##targetNamespace'"

setPersistenceType

void setPersistenceType(PersistenceTypeType value)
Sets the value of the 'Persistence Type' containment reference.

Parameters:
value - the new value of the 'Persistence Type' containment reference.
See Also:
getPersistenceType()
Generated:

getPrimKeyClass

PrimKeyClassType getPrimKeyClass()
Returns the value of the 'Prim Key Class' containment reference.

If the meaning of the 'Prim Key Class' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Prim Key Class' containment reference.
See Also:
setPrimKeyClass(PrimKeyClassType), EjbJar20Package.getEntityType_PrimKeyClass()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='prim-key-class' namespace='##targetNamespace'"

setPrimKeyClass

void setPrimKeyClass(PrimKeyClassType value)
Sets the value of the 'Prim Key Class' containment reference.

Parameters:
value - the new value of the 'Prim Key Class' containment reference.
See Also:
getPrimKeyClass()
Generated:

getReentrant

ReentrantType getReentrant()
Returns the value of the 'Reentrant' containment reference.

If the meaning of the 'Reentrant' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Reentrant' containment reference.
See Also:
setReentrant(ReentrantType), EjbJar20Package.getEntityType_Reentrant()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='reentrant' namespace='##targetNamespace'"

setReentrant

void setReentrant(ReentrantType value)
Sets the value of the 'Reentrant' containment reference.

Parameters:
value - the new value of the 'Reentrant' containment reference.
See Also:
getReentrant()
Generated:

getCmpVersion

CmpVersionType getCmpVersion()
Returns the value of the 'Cmp Version' containment reference.

If the meaning of the 'Cmp Version' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Cmp Version' containment reference.
See Also:
setCmpVersion(CmpVersionType), EjbJar20Package.getEntityType_CmpVersion()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='cmp-version' namespace='##targetNamespace'"

setCmpVersion

void setCmpVersion(CmpVersionType value)
Sets the value of the 'Cmp Version' containment reference.

Parameters:
value - the new value of the 'Cmp Version' containment reference.
See Also:
getCmpVersion()
Generated:

getAbstractSchemaName

AbstractSchemaNameType getAbstractSchemaName()
Returns the value of the 'Abstract Schema Name' containment reference.

If the meaning of the 'Abstract Schema Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Abstract Schema Name' containment reference.
See Also:
setAbstractSchemaName(AbstractSchemaNameType), EjbJar20Package.getEntityType_AbstractSchemaName()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='abstract-schema-name' namespace='##targetNamespace'"

setAbstractSchemaName

void setAbstractSchemaName(AbstractSchemaNameType value)
Sets the value of the 'Abstract Schema Name' containment reference.

Parameters:
value - the new value of the 'Abstract Schema Name' containment reference.
See Also:
getAbstractSchemaName()
Generated:

getCmpField

 getCmpField()
Returns the value of the 'Cmp Field' containment reference list. The list contents are of type CmpFieldType.

If the meaning of the 'Cmp Field' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Cmp Field' containment reference list.
See Also:
EjbJar20Package.getEntityType_CmpField()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='cmp-field' namespace='##targetNamespace'"

getPrimkeyField

PrimkeyFieldType getPrimkeyField()
Returns the value of the 'Primkey Field' containment reference.

If the meaning of the 'Primkey Field' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Primkey Field' containment reference.
See Also:
setPrimkeyField(PrimkeyFieldType), EjbJar20Package.getEntityType_PrimkeyField()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='primkey-field' namespace='##targetNamespace'"

setPrimkeyField

void setPrimkeyField(PrimkeyFieldType value)
Sets the value of the 'Primkey Field' containment reference.

Parameters:
value - the new value of the 'Primkey Field' containment reference.
See Also:
getPrimkeyField()
Generated:

getEnvEntry

 getEnvEntry()
Returns the value of the 'Env Entry' containment reference list. The list contents are of type EnvEntryType.

If the meaning of the 'Env Entry' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Env Entry' containment reference list.
See Also:
EjbJar20Package.getEntityType_EnvEntry()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='env-entry' namespace='##targetNamespace'"

getEjbRef

 getEjbRef()
Returns the value of the 'Ejb Ref' containment reference list. The list contents are of type EjbRefType.

If the meaning of the 'Ejb Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Ref' containment reference list.
See Also:
EjbJar20Package.getEntityType_EjbRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='ejb-ref' namespace='##targetNamespace'"

getEjbLocalRef

 getEjbLocalRef()
Returns the value of the 'Ejb Local Ref' containment reference list. The list contents are of type EjbLocalRefType.

If the meaning of the 'Ejb Local Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Local Ref' containment reference list.
See Also:
EjbJar20Package.getEntityType_EjbLocalRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='ejb-local-ref' namespace='##targetNamespace'"

getSecurityRoleRef

 getSecurityRoleRef()
Returns the value of the 'Security Role Ref' containment reference list. The list contents are of type SecurityRoleRefType.

If the meaning of the 'Security Role Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Security Role Ref' containment reference list.
See Also:
EjbJar20Package.getEntityType_SecurityRoleRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='security-role-ref' namespace='##targetNamespace'"

getSecurityIdentity

SecurityIdentityType getSecurityIdentity()
Returns the value of the 'Security Identity' containment reference.

If the meaning of the 'Security Identity' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Security Identity' containment reference.
See Also:
setSecurityIdentity(SecurityIdentityType), EjbJar20Package.getEntityType_SecurityIdentity()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='security-identity' namespace='##targetNamespace'"

setSecurityIdentity

void setSecurityIdentity(SecurityIdentityType value)
Sets the value of the 'Security Identity' containment reference.

Parameters:
value - the new value of the 'Security Identity' containment reference.
See Also:
getSecurityIdentity()
Generated:

getResourceRef

 getResourceRef()
Returns the value of the 'Resource Ref' containment reference list. The list contents are of type ResourceRefType.

If the meaning of the 'Resource Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resource Ref' containment reference list.
See Also:
EjbJar20Package.getEntityType_ResourceRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='resource-ref' namespace='##targetNamespace'"

getResourceEnvRef

 getResourceEnvRef()
Returns the value of the 'Resource Env Ref' containment reference list. The list contents are of type ResourceEnvRefType.

If the meaning of the 'Resource Env Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resource Env Ref' containment reference list.
See Also:
EjbJar20Package.getEntityType_ResourceEnvRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='resource-env-ref' namespace='##targetNamespace'"

getQuery

 getQuery()
Returns the value of the 'Query' containment reference list. The list contents are of type QueryType.

If the meaning of the 'Query' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Query' containment reference list.
See Also:
EjbJar20Package.getEntityType_Query()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='query' namespace='##targetNamespace'"

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar20Package.getEntityType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: