|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(String unqualifiedName)
Retrieves the Type with the specified name from the 'Owned Type' reference list |
Type |
Operation.getType()
|
Type |
ExtensionEnd.getType()
|
Type |
BehavioralFeature.getRaisedException(String unqualifiedName)
Retrieves the Type with the specified name from the 'Raised Exception' reference list |
Type |
Association.getEndType(String unqualifiedName)
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,
String thisEndName,
int thisEndLowerBound,
int thisEndUpperBound,
Type otherType,
boolean otherEndIsNavigable,
AggregationKind otherEndAggregation,
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 package. |
void |
Operation.setType(Type value)
|
void |
ExtensionEnd.setType(Type value)
|
Uses of Type in org.eclipse.uml2.util |
Methods in org.eclipse.uml2.util with parameters of type Type | |
boolean |
UML2Validator.validateType(Type type,
DiagnosticChain diagnostics,
Map context)
|
Object |
UML2Switch.caseType(Type object)
Returns the result of interpretting the object as an instance of 'Type' |
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |