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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 that return JavaIdentifierType
 JavaIdentifierType EjbJar21Factory.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.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 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.