|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
EcoreFactory
interface,
instead.
@Deprecated public interface TypesFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
TypesPackage
Field Summary | |
---|---|
static String |
copyright
Deprecated. |
static TypesFactory |
eINSTANCE
Deprecated. The singleton instance of the factory |
Method Summary | |
---|---|
AnyType |
createAnyType()
Deprecated. Returns a new object of class 'Any Type' |
BagType |
createBagType()
Deprecated. Returns a new object of class 'Bag Type' |
BagType |
createBagType(EClassifier elementType)
Deprecated. |
CollectionType |
createCollectionType()
Deprecated. Returns a new object of class 'Collection Type' |
CollectionType |
createCollectionType(CollectionKind kind,
EClassifier elementType)
Deprecated. |
CollectionType |
createCollectionType(EClassifier elementType)
Deprecated. |
ElementType |
createElementType()
Deprecated. Returns a new object of class 'Element Type' |
InvalidType |
createInvalidType()
Deprecated. Returns a new object of class 'Invalid Type' |
MessageType |
createMessageType()
Deprecated. Returns a new object of class 'Message Type' |
MessageType |
createMessageType(ENamedElement behavioralFeature)
Deprecated. Creates the type for the messages representing invocation of the specified behavioralFeature. |
OrderedSetType |
createOrderedSetType()
Deprecated. Returns a new object of class 'Ordered Set Type' |
OrderedSetType |
createOrderedSetType(EClassifier elementType)
Deprecated. |
PrimitiveBoolean |
createPrimitiveBoolean()
Deprecated. Returns a new object of class 'Primitive Boolean' |
PrimitiveInteger |
createPrimitiveInteger()
Deprecated. Returns a new object of class 'Primitive Integer' |
PrimitiveReal |
createPrimitiveReal()
Deprecated. Returns a new object of class 'Primitive Real' |
PrimitiveString |
createPrimitiveString()
Deprecated. Returns a new object of class 'Primitive String' |
SequenceType |
createSequenceType()
Deprecated. Returns a new object of class 'Sequence Type' |
SequenceType |
createSequenceType(EClassifier elementType)
Deprecated. |
SetType |
createSetType()
Deprecated. Returns a new object of class 'Set Type' |
SetType |
createSetType(EClassifier elementType)
Deprecated. |
TupleType |
createTupleType()
Deprecated. Returns a new object of class 'Tuple Type' |
TupleType |
createTupleType(List parts)
Deprecated. Creates a tuple type based on tthe specified part descriptions. |
TypeType |
createTypeType()
Deprecated. Returns a new object of class 'Type Type' |
TypeType |
createTypeType(EClassifier type)
Deprecated. |
VoidType |
createVoidType()
Deprecated. Returns a new object of class 'Void Type' |
TypesPackage |
getTypesPackage()
Deprecated. Returns the package supported by this factory |
Methods inherited from interface org.eclipse.emf.ecore.EFactory |
---|
convertToString, create, createFromString, getEPackage, setEPackage |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final String copyright
static final TypesFactory eINSTANCE
Method Detail |
---|
BagType createBagType()
BagType createBagType(EClassifier elementType)
CollectionType createCollectionType()
CollectionType createCollectionType(EClassifier elementType)
CollectionType createCollectionType(CollectionKind kind, EClassifier elementType)
OrderedSetType createOrderedSetType()
OrderedSetType createOrderedSetType(EClassifier elementType)
SequenceType createSequenceType()
SequenceType createSequenceType(EClassifier elementType)
SetType createSetType()
SetType createSetType(EClassifier elementType)
TupleType createTupleType()
TupleType createTupleType(List parts)
parts
- a list of TypedElement
s describing the tuple parts
VoidType createVoidType()
MessageType createMessageType()
MessageType createMessageType(ENamedElement behavioralFeature)
behavioralFeature
- either an EOperation
or an
EClass
representing the received signal
ElementType createElementType()
InvalidType createInvalidType()
TypeType createTypeType()
TypeType createTypeType(EClassifier type)
PrimitiveBoolean createPrimitiveBoolean()
PrimitiveInteger createPrimitiveInteger()
PrimitiveReal createPrimitiveReal()
PrimitiveString createPrimitiveString()
AnyType createAnyType()
TypesPackage getTypesPackage()
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |