Uses of Interface
org.eclipse.uml2.Type

Packages that use Type
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of Type in org.eclipse.uml2
 

Subinterfaces of Type in org.eclipse.uml2
 interface Activity
           A representation of the model object 'Activity'
 interface Actor
           A representation of the model object 'Actor'
 interface Artifact
           A representation of the model object 'Artifact'
 interface Association
           A representation of the model object 'Association'
 interface AssociationClass
           A representation of the model object 'Association Class'
 interface Behavior
           A representation of the model object 'Behavior'
 interface BehavioredClassifier
           A representation of the model object 'Behaviored Classifier'
 interface Class
           A representation of the model object 'Class'
 interface Classifier
           A representation of the model object 'Classifier'
 interface Collaboration
           A representation of the model object 'Collaboration'
 interface CommunicationPath
           A representation of the model object 'Communication Path'
 interface Component
           A representation of the model object 'Component'
 interface DataType
           A representation of the model object 'Data Type'
 interface DeploymentSpecification
           A representation of the model object 'Deployment Specification'
 interface Device
           A representation of the model object 'Device'
 interface EncapsulatedClassifier
           A representation of the model object 'Encapsulated Classifier'
 interface Enumeration
           A representation of the model object 'Enumeration'
 interface ExecutionEnvironment
           A representation of the model object 'Execution Environment'
 interface Extension
           A representation of the model object 'Extension'
 interface InformationItem
           A representation of the model object 'Information Item'
 interface Interaction
           A representation of the model object 'Interaction'
 interface Interface
           A representation of the model object 'Interface'
 interface Node
           A representation of the model object 'Node'
 interface ParameterableClassifier
           A representation of the model object 'Parameterable Classifier'
 interface PrimitiveType
           A representation of the model object 'Primitive Type'
 interface ProtocolStateMachine
           A representation of the model object 'Protocol State Machine'
 interface Signal
           A representation of the model object 'Signal'
 interface StateMachine
           A representation of the model object 'State Machine'
 interface Stereotype
           A representation of the model object 'Stereotype'
 interface StructuredClassifier
           A representation of the model object 'Structured Classifier'
 interface TemplateableClassifier
           A representation of the model object 'Templateable Classifier'
 interface UseCase
           A representation of the model object 'Use Case'
 

Methods in org.eclipse.uml2 that return Type
 Type TypedElement.getType()
          Returns the value of the 'Type' reference
 Type Package.getOwnedType(java.lang.String name)
          Retrieves the Type with the specified 'Name' from the 'Owned Type' reference list
 Type BehavioralFeature.getRaisedException(java.lang.String name)
          Retrieves the Type with the specified 'Name' from the 'Raised Exception' reference list
 Type Association.getEndType(java.lang.String name)
          Retrieves the Type with the specified 'Name' from the 'End Type' reference list
 

Methods in org.eclipse.uml2 with parameters of type Type
 void TypedElement.setType(Type value)
          Sets the value of the 'Type' reference
 boolean Type.conformsTo(Type other)
           A query based on the following OCL expression: false
 Association Type.createAssociation(boolean thisEndIsNavigable, AggregationKind thisEndAggregation, java.lang.String thisEndName, int thisEndLowerBound, int thisEndUpperBound, Type otherType, boolean otherEndIsNavigable, AggregationKind otherEndAggregation, java.lang.String otherEndName, int otherEndLowerBound, int otherEndUpperBound)
          Creates a(n) (binary) association between this type and the specified other type, with the specified navigabilities, aggregations, names, lower bounds, and upper bounds, and owned by this type's nearest package.
 Property Interface.createOwnedAttribute(java.lang.String name, Type type, int lowerBound, int upperBound)
          Creates a property with the specified name, type, lower bound, and upper bound as an owned attribute of this interface.
 Operation Interface.createOwnedOperation(java.lang.String name, Type returnType, java.lang.String[] parameterNames, Type[] parameterTypes)
          Creates an operation with the specified name, return type, parameter names, and parameter types as an owned operation of this interface.
 Property DataType.createOwnedAttribute(java.lang.String name, Type type, int lowerBound, int upperBound)
          Creates a property with the specified name, type, lower bound, and upper bound as an owned attribute of this data type.
 Operation DataType.createOwnedOperation(java.lang.String name, Type returnType, java.lang.String[] parameterNames, Type[] parameterTypes)
          Creates an operation with the specified name, return type, parameter names, and parameter types as an owned operation of this data type.
 Property Class.createOwnedAttribute(java.lang.String name, Type type, int lowerBound, int upperBound)
          Creates a property with the specified name, type, lower bound, and upper bound as an owned attribute of this class.
 Operation Class.createOwnedOperation(java.lang.String name, Type returnType, java.lang.String[] parameterNames, Type[] parameterTypes)
          Creates an operation with the specified name, return type, parameter names, and parameter types as an owned operation of this class.
 

Uses of Type in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util that return Type
protected  Type UML2Util.Ecore2UML2Converter.getType(EModelElement eModelElement, EClassifier eType)
           
protected  Type UML2Util.Ecore2UML2Converter.getType(ETypedElement eTypedElement)
           
 

Methods in org.eclipse.uml2.util with parameters of type Type
 boolean UML2Validator.validateType(Type type, DiagnosticChain diagnostics, java.util.Map context)
           
protected static java.util.List UML2Util.getOwnedAttributes(Type type)
           
protected static java.util.List UML2Util.getOwnedOperations(Type type)
           
protected  EClassifier UML2Util.UML22EcoreConverter.getEType(Type type)
           
 java.lang.Object UML2Switch.caseType(Type object)
          Returns the result of interpretting the object as an instance of 'Type'
 


Copyright 2003, 2005 IBM Corporation and others.
All Rights Reserved.