|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ETypedElement | |
---|---|
org.eclipse.emf.codegen.ecore.genmodel.impl | |
org.eclipse.emf.ecore | Provides an API for the Ecore dialect of UML. |
org.eclipse.emf.ecore.impl | Provides an implementation of Ecore. |
org.eclipse.emf.ecore.util | Provides utilities. |
org.eclipse.emf.importer.java.builder | |
org.eclipse.emf.importer.rose.builder |
Uses of ETypedElement in org.eclipse.emf.codegen.ecore.genmodel.impl |
---|
Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return ETypedElement | |
---|---|
abstract ETypedElement |
GenTypedElementImpl.getEcoreTypedElement()
|
ETypedElement |
GenOperationImpl.getEcoreTypedElement()
|
ETypedElement |
GenParameterImpl.getEcoreTypedElement()
|
ETypedElement |
GenFeatureImpl.getEcoreTypedElement()
|
Uses of ETypedElement in org.eclipse.emf.ecore |
---|
Subinterfaces of ETypedElement in org.eclipse.emf.ecore | |
---|---|
interface |
EAttribute
A representation of the model object 'EAttribute' |
interface |
EOperation
A representation of the model object 'EOperation' |
interface |
EParameter
A representation of the model object 'EParameter' |
interface |
EReference
A representation of the model object 'EReference' |
interface |
EStructuralFeature
A representation of the model object 'EStructural Feature' |
static interface |
EStructuralFeature.Internal
Internal API implemented by all features. |
Uses of ETypedElement in org.eclipse.emf.ecore.impl |
---|
Classes in org.eclipse.emf.ecore.impl that implement ETypedElement | |
---|---|
class |
EAttributeImpl
An implementation of the model object 'EAttribute' |
class |
EOperationImpl
An implementation of the model object 'EOperation' |
class |
EParameterImpl
An implementation of the model object 'EParameter' |
class |
EReferenceImpl
An implementation of the model object 'EReference' |
class |
EStructuralFeatureImpl
An implementation of the model object 'EStructural Feature'. |
class |
ETypedElementImpl
An implementation of the model object 'ETyped Element' |
Uses of ETypedElement in org.eclipse.emf.ecore.util |
---|
Methods in org.eclipse.emf.ecore.util with parameters of type ETypedElement | |
---|---|
T |
EcoreSwitch.caseETypedElement(ETypedElement object)
Returns the result of interpreting the object as an instance of 'ETyped Element' |
boolean |
EcoreValidator.validateETypedElement_ConsistentBounds(ETypedElement eTypedElement,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the ConsistentBounds constraint of 'ETyped Element' |
boolean |
EcoreValidator.validateETypedElement_ValidLowerBound(ETypedElement eTypedElement,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the ValidLowerBound constraint of 'ETyped Element' |
boolean |
EcoreValidator.validateETypedElement_ValidType(ETypedElement eTypedElement,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the ValidType constraint of 'ETyped Element' |
boolean |
EcoreValidator.validateETypedElement_ValidUpperBound(ETypedElement eTypedElement,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the ValidUpperBound constraint of 'ETyped Element' |
boolean |
EcoreValidator.validateETypedElement(ETypedElement eTypedElement,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
Uses of ETypedElement in org.eclipse.emf.importer.java.builder |
---|
Methods in org.eclipse.emf.importer.java.builder that return ETypedElement | |
---|---|
protected ETypedElement |
JavaEcoreBuilder.analyzeMethod(EClass eClass,
java.lang.String modelAnnotation,
java.lang.String methodName,
java.lang.String returnType,
java.lang.String[] parameterNames,
java.lang.String[] parameterTypes,
java.lang.String[] exceptionTypes,
java.lang.String[] typeParameters)
|
Methods in org.eclipse.emf.importer.java.builder with parameters of type ETypedElement | |
---|---|
protected void |
JavaEcoreBuilder.handleETypedElement(ETypedElement eTypedElement,
java.lang.String name,
java.lang.String type,
java.lang.String modelAnnotation,
java.lang.String identifierName)
|
Uses of ETypedElement in org.eclipse.emf.importer.rose.builder |
---|
Methods in org.eclipse.emf.importer.rose.builder with parameters of type ETypedElement | |
---|---|
protected java.lang.String |
RoseEcoreBuilder.getQualifiedTypeName(ETypedElement typedElement,
java.lang.String type)
|
protected void |
RoseEcoreBuilder.setETypedElementProperties(RoseNode roseNode,
ETypedElement eTypedElement)
|
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |