Uses of Class
org.apache.openejb.jee.was.v6.ecore.EClassifier
-
Packages that use EClassifier Package Description org.apache.openejb.jee.was.v6.ecore Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.openejb.jee.was.v6.java Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of EClassifier in org.apache.openejb.jee.was.v6.ecore
Subclasses of EClassifier in org.apache.openejb.jee.was.v6.ecore Modifier and Type Class Description classEClassJava class for EClass complex type.classEDataTypeJava class for EDataType complex type.classEEnumJava class for EEnum complex type.Fields in org.apache.openejb.jee.was.v6.ecore with type parameters of type EClassifier Modifier and Type Field Description protected List<EClassifier>EOperation. eClassifierEExceptionsprotected List<EClassifier>ETypedElement. eClassifierETypesprotected List<EClassifier>EPackage. eClassifiersMethods in org.apache.openejb.jee.was.v6.ecore that return EClassifier Modifier and Type Method Description EClassifierObjectFactory. createEClassifier()Create an instance ofEClassifierMethods in org.apache.openejb.jee.was.v6.ecore that return types with arguments of type EClassifier Modifier and Type Method Description jakarta.xml.bind.JAXBElement<EClassifier>ObjectFactory. createEClassifier(EClassifier value)List<EClassifier>EOperation. getEClassifierEExceptions()Gets the value of the eClassifierEExceptions property.List<EClassifier>ETypedElement. getEClassifierETypes()Gets the value of the eClassifierETypes property.List<EClassifier>EPackage. getEClassifiers()Gets the value of the eClassifiers property.Methods in org.apache.openejb.jee.was.v6.ecore with parameters of type EClassifier Modifier and Type Method Description jakarta.xml.bind.JAXBElement<EClassifier>ObjectFactory. createEClassifier(EClassifier value) -
Uses of EClassifier in org.apache.openejb.jee.was.v6.java
Subclasses of EClassifier in org.apache.openejb.jee.was.v6.java Modifier and Type Class Description classArrayTypeDescribes a Java Array type For multi-dimensional arrays, it is unlikely that the component type will be specified directly.classJavaClassJava class for JavaClass complex type.classJavaDataTypeJava class for JavaDataType complex type.Fields in org.apache.openejb.jee.was.v6.java with type parameters of type EClassifier Modifier and Type Field Description protected List<EClassifier>ArrayType. componentTypesMethods in org.apache.openejb.jee.was.v6.java that return types with arguments of type EClassifier Modifier and Type Method Description List<EClassifier>ArrayType. getComponentTypes()Gets the value of the componentTypes property.
-