Uses of Interface
org.eclipse.tigerstripe.workbench.model.deprecated_.IType

Packages that use IType
org.eclipse.tigerstripe.workbench.model.deprecated_   
 

Uses of IType in org.eclipse.tigerstripe.workbench.model.deprecated_
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return IType
 IType IType.clone()
          Clone this type.
 IType IDependencyArtifact.getAEndType()
          The type of the AEnd for this Dependency.
 IType IEnumArtifact.getBaseType()
           
 IType IQueryArtifact.getReturnedType()
          Returns the type of the objects that are to be returned by this query.
 IType IMethod.getReturnType()
          Returns the return type for this Method.
 IType IRelationship.IRelationshipEnd.getType()
          The type of the artifact attached to this end.
 IType IMethod.IArgument.getType()
          Returns the type of this argument.
 IType ILiteral.getType()
          Returns the type of this literal.
 IType IField.getType()
          Returns the type of this field.
 IType IAbstractArtifact.IFieldTypeRef.getType()
           
 IType IDependencyArtifact.getZEndType()
          The type of the ZEnd for this Dependency.
 IType IQueryArtifact.makeType()
          Factory method for a Type.
 IType IMethod.makeType()
          Factory method for IType
 IType ILiteral.makeType()
          Make a blank type object.
 IType IField.makeType()
          Make a blank type object.
 IType IDependencyArtifact.makeType()
          Make a new blank type.
 IType IAssociationEnd.makeType()
          Make a new blank type.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ with parameters of type IType
 void IDependencyArtifact.setAEndType(IType aEndType)
          Sets the type of the artifact at the 'A' end of the Dependency.
 void IEnumArtifact.setBaseType(IType type)
          Sets the base type of this Enumeration Artifact.
 void IQueryArtifact.setReturnedType(IType type)
          Sets the type of artifacts that are to be returned by this query.
 void IMethod.setReturnType(IType returnType)
          Sets the return type for this Method.
 void IMethod.IArgument.setType(IType type)
          Set the type of this argument.
 void ILiteral.setType(IType type)
          Sets the type of the literal.
 void IField.setType(IType type)
          Sets the type of the field.
 void IAssociationEnd.setType(IType type)
          Sets the type of the artifact at the End.
 void IDependencyArtifact.setZEndType(IType zEndType)
          Sets the type of the artifact at the 'Z' end of the Dependency.