|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaIdentifierType | |
org.apache.geronimo.xbeans.ejb | |
org.apache.geronimo.xbeans.ejb.impl | |
org.apache.geronimo.xbeans.j2ee | |
org.apache.geronimo.xbeans.j2ee.impl |
Uses of JavaIdentifierType in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return JavaIdentifierType | |
JavaIdentifierType |
EntityBeanType.xgetAbstractSchemaName()
Gets (as xml) the "abstract-schema-name" element |
JavaIdentifierType |
CmpFieldType.xgetFieldName()
Gets (as xml) the "field-name" element |
Methods in org.apache.geronimo.xbeans.ejb with parameters of type JavaIdentifierType | |
void |
EntityBeanType.xsetAbstractSchemaName(JavaIdentifierType abstractSchemaName)
Sets (as xml) the "abstract-schema-name" element |
void |
CmpFieldType.xsetFieldName(JavaIdentifierType fieldName)
Sets (as xml) the "field-name" element |
Uses of JavaIdentifierType in org.apache.geronimo.xbeans.ejb.impl |
Methods in org.apache.geronimo.xbeans.ejb.impl that return JavaIdentifierType | |
JavaIdentifierType |
CmpFieldTypeImpl.xgetFieldName()
Gets (as xml) the "field-name" element |
JavaIdentifierType |
EntityBeanTypeImpl.xgetAbstractSchemaName()
Gets (as xml) the "abstract-schema-name" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type JavaIdentifierType | |
void |
CmpFieldTypeImpl.xsetFieldName(JavaIdentifierType fieldName)
Sets (as xml) the "field-name" element |
void |
EntityBeanTypeImpl.xsetAbstractSchemaName(JavaIdentifierType abstractSchemaName)
Sets (as xml) the "abstract-schema-name" element |
Uses of JavaIdentifierType in org.apache.geronimo.xbeans.j2ee |
Methods in org.apache.geronimo.xbeans.j2ee that return JavaIdentifierType | |
static JavaIdentifierType |
JavaIdentifierType.Factory.newValue(Object obj)
|
static JavaIdentifierType |
JavaIdentifierType.Factory.newInstance()
|
static JavaIdentifierType |
JavaIdentifierType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static JavaIdentifierType |
JavaIdentifierType.Factory.parse(String s)
|
static JavaIdentifierType |
JavaIdentifierType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static JavaIdentifierType |
JavaIdentifierType.Factory.parse(File f)
|
static JavaIdentifierType |
JavaIdentifierType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static JavaIdentifierType |
JavaIdentifierType.Factory.parse(URL u)
|
static JavaIdentifierType |
JavaIdentifierType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static JavaIdentifierType |
JavaIdentifierType.Factory.parse(InputStream is)
|
static JavaIdentifierType |
JavaIdentifierType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static JavaIdentifierType |
JavaIdentifierType.Factory.parse(Reader r)
|
static JavaIdentifierType |
JavaIdentifierType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static JavaIdentifierType |
JavaIdentifierType.Factory.parse(Node node)
|
static JavaIdentifierType |
JavaIdentifierType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static JavaIdentifierType |
JavaIdentifierType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static JavaIdentifierType |
JavaIdentifierType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
Uses of JavaIdentifierType in org.apache.geronimo.xbeans.j2ee.impl |
Classes in org.apache.geronimo.xbeans.j2ee.impl that implement JavaIdentifierType | |
class |
JavaIdentifierTypeImpl
An XML java-identifierType(@http://java.sun.com/xml/ns/j2ee). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |