Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar31.JavaIdentifierType

Packages that use JavaIdentifierType
org.eclipse.modisco.jee.ejbjar.EjbJar31   
 

Uses of JavaIdentifierType in org.eclipse.modisco.jee.ejbjar.EjbJar31
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 that return JavaIdentifierType
 JavaIdentifierType EjbJar31Factory.createJavaIdentifierType()
          Returns a new object of class 'Java Identifier Type'.
 JavaIdentifierType EntityBeanType.getAbstractSchemaName()
          Returns the value of the 'Abstract Schema Name' containment reference.
 JavaIdentifierType CmpFieldType.getFieldName()
          Returns the value of the 'Field Name' containment reference.
 JavaIdentifierType InjectionTargetType.getInjectionTargetName()
          Returns the value of the 'Injection Target Name' containment reference.
 JavaIdentifierType LifecycleCallbackType.getLifecycleCallbackMethod()
          Returns the value of the 'Lifecycle Callback Method' containment reference.
 JavaIdentifierType AroundInvokeType.getMethodName()
          Returns the value of the 'Method Name' containment reference.
 JavaIdentifierType AroundTimeoutType.getMethodName()
          Returns the value of the 'Method Name' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 with parameters of type JavaIdentifierType
 void EntityBeanType.setAbstractSchemaName(JavaIdentifierType value)
          Sets the value of the 'Abstract Schema Name' containment reference.
 void CmpFieldType.setFieldName(JavaIdentifierType value)
          Sets the value of the 'Field Name' containment reference.
 void InjectionTargetType.setInjectionTargetName(JavaIdentifierType value)
          Sets the value of the 'Injection Target Name' containment reference.
 void LifecycleCallbackType.setLifecycleCallbackMethod(JavaIdentifierType value)
          Sets the value of the 'Lifecycle Callback Method' containment reference.
 void AroundInvokeType.setMethodName(JavaIdentifierType value)
          Sets the value of the 'Method Name' containment reference.
 void AroundTimeoutType.setMethodName(JavaIdentifierType value)
          Sets the value of the 'Method Name' containment reference.