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


public interface EjbJarType

A representation of the model object 'Ejb Jar Type'.

The following features are supported:

See Also:
EjbJar11Package.getEjbJarType()
Generated:
Model:
extendedMetaData="name='ejb-jar_._type' kind='elementOnly'"

Method Summary
 AssemblyDescriptorType getAssemblyDescriptor()
          Returns the value of the 'Assembly Descriptor' containment reference.
 DescriptionType getDescription()
          Returns the value of the 'Description' containment reference.
 DisplayNameType getDisplayName()
          Returns the value of the 'Display Name' containment reference.
 EjbClientJarType getEjbClientJar()
          Returns the value of the 'Ejb Client Jar' containment reference.
 EnterpriseBeansType getEnterpriseBeans()
          Returns the value of the 'Enterprise Beans' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 LargeIconType getLargeIcon()
          Returns the value of the 'Large Icon' containment reference.
 SmallIconType getSmallIcon()
          Returns the value of the 'Small Icon' containment reference.
 void setAssemblyDescriptor(AssemblyDescriptorType value)
          Sets the value of the 'Assembly Descriptor' 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 setEjbClientJar(EjbClientJarType value)
          Sets the value of the 'Ejb Client Jar' containment reference.
 void setEnterpriseBeans(EnterpriseBeansType value)
          Sets the value of the 'Enterprise Beans' 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 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.getEjbJarType_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.getEjbJarType_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.getEjbJarType_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.getEjbJarType_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:

getEnterpriseBeans

EnterpriseBeansType getEnterpriseBeans()
Returns the value of the 'Enterprise Beans' containment reference.

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

Returns:
the value of the 'Enterprise Beans' containment reference.
See Also:
setEnterpriseBeans(EnterpriseBeansType), EjbJar11Package.getEjbJarType_EnterpriseBeans()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='enterprise-beans' namespace='##targetNamespace'"

setEnterpriseBeans

void setEnterpriseBeans(EnterpriseBeansType value)
Sets the value of the 'Enterprise Beans' containment reference.

Parameters:
value - the new value of the 'Enterprise Beans' containment reference.
See Also:
getEnterpriseBeans()
Generated:

getAssemblyDescriptor

AssemblyDescriptorType getAssemblyDescriptor()
Returns the value of the 'Assembly Descriptor' containment reference.

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

Returns:
the value of the 'Assembly Descriptor' containment reference.
See Also:
setAssemblyDescriptor(AssemblyDescriptorType), EjbJar11Package.getEjbJarType_AssemblyDescriptor()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='assembly-descriptor' namespace='##targetNamespace'"

setAssemblyDescriptor

void setAssemblyDescriptor(AssemblyDescriptorType value)
Sets the value of the 'Assembly Descriptor' containment reference.

Parameters:
value - the new value of the 'Assembly Descriptor' containment reference.
See Also:
getAssemblyDescriptor()
Generated:

getEjbClientJar

EjbClientJarType getEjbClientJar()
Returns the value of the 'Ejb Client Jar' containment reference.

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

Returns:
the value of the 'Ejb Client Jar' containment reference.
See Also:
setEjbClientJar(EjbClientJarType), EjbJar11Package.getEjbJarType_EjbClientJar()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='ejb-client-jar' namespace='##targetNamespace'"

setEjbClientJar

void setEjbClientJar(EjbClientJarType value)
Sets the value of the 'Ejb Client Jar' containment reference.

Parameters:
value - the new value of the 'Ejb Client Jar' containment reference.
See Also:
getEjbClientJar()
Generated:

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.getEjbJarType_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: