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


public interface EntityType

A representation of the model object 'Entity Type'.

The following features are supported:

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

Method Summary
  getCmpField()
          Returns the value of the 'Cmp Field' containment reference list.
 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.
 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.
 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.
 ReentrantType getReentrant()
          Returns the value of the 'Reentrant' containment reference.
 RemoteType getRemote()
          Returns the value of the 'Remote' containment reference.
  getResourceRef()
          Returns the value of the 'Resource Ref' containment reference list.
  getSecurityRoleRef()
          Returns the value of the 'Security Role Ref' containment reference list.
 SmallIconType getSmallIcon()
          Returns the value of the 'Small Icon' 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 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 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), EjbJar11Package.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), EjbJar11Package.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), EjbJar11Package.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), EjbJar11Package.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), EjbJar11Package.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), EjbJar11Package.getEntityType_Home()
Generated:
Model:
containment="true" required="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), EjbJar11Package.getEntityType_Remote()
Generated:
Model:
containment="true" required="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:

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), EjbJar11Package.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), EjbJar11Package.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), EjbJar11Package.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), EjbJar11Package.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:

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:
EjbJar11Package.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), EjbJar11Package.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:
EjbJar11Package.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:
EjbJar11Package.getEntityType_EjbRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='ejb-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:
EjbJar11Package.getEntityType_SecurityRoleRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='security-role-ref' namespace='##targetNamespace'"

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:
EjbJar11Package.getEntityType_ResourceRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='resource-ref' 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), EjbJar11Package.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: