Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar21.String

Packages that use String
org.eclipse.modisco.jee.ejbjar.EjbJar21   
 

Uses of String in org.eclipse.modisco.jee.ejbjar.EjbJar21
 

Subinterfaces of String in org.eclipse.modisco.jee.ejbjar.EjbJar21
 interface CmpVersionType
          A representation of the model object 'Cmp Version Type'.
 interface CmrFieldTypeType
          A representation of the model object 'Cmr Field Type Type'.
 interface DisplayNameType
          A representation of the model object 'Display Name Type'.
 interface EjbClassType
          A representation of the model object 'Ejb Class Type'.
 interface EjbLinkType
          A representation of the model object 'Ejb Link Type'.
 interface EjbRefNameType
          A representation of the model object 'Ejb Ref Name Type'.
 interface EjbRefTypeType
          A representation of the model object 'Ejb Ref Type Type'.
 interface EnvEntryTypeValuesType
          A representation of the model object 'Env Entry Type Values Type'.
 interface FullyQualifiedClassType
          A representation of the model object 'Fully Qualified Class Type'.
 interface GenericBooleanType
          A representation of the model object 'Generic Boolean Type'.
 interface HomeType
          A representation of the model object 'Home Type'.
 interface JavaIdentifierType
          A representation of the model object 'Java Identifier Type'.
 interface JavaTypeType
          A representation of the model object 'Java Type Type'.
 interface JndiNameType
          A representation of the model object 'Jndi Name Type'.
 interface LocalHomeType
          A representation of the model object 'Local Home Type'.
 interface LocalType
          A representation of the model object 'Local Type'.
 interface MessageDestinationLinkType
          A representation of the model object 'Message Destination Link Type'.
 interface MessageDestinationTypeType
          A representation of the model object 'Message Destination Type Type'.
 interface MessageDestinationUsageType
          A representation of the model object 'Message Destination Usage Type'.
 interface MethodIntfType
          A representation of the model object 'Method Intf Type'.
 interface MethodNameType
          A representation of the model object 'Method Name Type'.
 interface MultiplicityType
          A representation of the model object 'Multiplicity Type'.
 interface PathType
          A representation of the model object 'Path Type'.
 interface PersistenceTypeType
          A representation of the model object 'Persistence Type Type'.
 interface RemoteType
          A representation of the model object 'Remote Type'.
 interface ResAuthType
          A representation of the model object 'Res Auth Type'.
 interface ResSharingScopeType
          A representation of the model object 'Res Sharing Scope Type'.
 interface ResultTypeMappingType
          A representation of the model object 'Result Type Mapping Type'.
 interface RoleNameType
          A representation of the model object 'Role Name Type'.
 interface SessionTypeType
          A representation of the model object 'Session Type Type'.
 interface TransactionTypeType
          A representation of the model object 'Transaction Type Type'.
 interface TransAttributeType
          A representation of the model object 'Trans Attribute Type'.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 that return String
 String EjbJar21Factory.createString()
          Returns a new object of class 'String'.
 String CmrFieldType.getCmrFieldName()
          Returns the value of the 'Cmr Field Name' containment reference.
 String EjbRelationType.getEjbRelationName()
          Returns the value of the 'Ejb Relation Name' containment reference.
 String EjbRelationshipRoleType.getEjbRelationshipRoleName()
          Returns the value of the 'Ejb Relationship Role Name' containment reference.
 String ServiceRefHandlerType.getHandlerName()
          Returns the value of the 'Handler Name' containment reference.
 String MessageDestinationType.getMessageDestinationName()
          Returns the value of the 'Message Destination Name' containment reference.
 String ParamValueType.getParamName()
          Returns the value of the 'Param Name' containment reference.
 String PortComponentRefType.getPortComponentLink()
          Returns the value of the 'Port Component Link' containment reference.
 String EntityBeanType.getPrimkeyField()
          Returns the value of the 'Primkey Field' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 with parameters of type String
 void CmrFieldType.setCmrFieldName(String value)
          Sets the value of the 'Cmr Field Name' containment reference.
 void EjbRelationType.setEjbRelationName(String value)
          Sets the value of the 'Ejb Relation Name' containment reference.
 void EjbRelationshipRoleType.setEjbRelationshipRoleName(String value)
          Sets the value of the 'Ejb Relationship Role Name' containment reference.
 void ServiceRefHandlerType.setHandlerName(String value)
          Sets the value of the 'Handler Name' containment reference.
 void MessageDestinationType.setMessageDestinationName(String value)
          Sets the value of the 'Message Destination Name' containment reference.
 void ParamValueType.setParamName(String value)
          Sets the value of the 'Param Name' containment reference.
 void PortComponentRefType.setPortComponentLink(String value)
          Sets the value of the 'Port Component Link' containment reference.
 void EntityBeanType.setPrimkeyField(String value)
          Sets the value of the 'Primkey Field' containment reference.