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

Packages that use IType
org.eclipse.tigerstripe.model   
org.eclipse.tigerstripe.model.artifacts   
 

Uses of IType in org.eclipse.tigerstripe.model
 

Methods in org.eclipse.tigerstripe.model that return IType
 IType IType.clone()
           
 IType IRelationship.IRelationshipEnd.getIType()
          The type of the artifact attached to this end.
 IType IMethod.IArgument.getIType()
          Returns the type of this argument.
 IType ILabel.getIType()
           
 IType IField.getIType()
           
 IType IAssociationEnd.getIType()
          Returns the type of the end.
 IType IMethod.getReturnIType()
          Returns the return type for this Method.
 IType IAssociationEnd.getType()
          Deprecated. use getIType for consistency
 IType IMethod.makeIType()
          Factory method for IType
 IType ILabel.makeIType()
           
 IType IField.makeIType()
           
 IType IAssociationEnd.makeIType()
           
 

Methods in org.eclipse.tigerstripe.model with parameters of type IType
 void IMethod.IArgument.setIType(IType type)
           
 void ILabel.setIType(IType type)
           
 void IField.setIType(IType type)
           
 void IMethod.setReturnIType(IType returnType)
          Sets the return type for this Method.
 void IAssociationEnd.setType(IType type)
           
 

Uses of IType in org.eclipse.tigerstripe.model.artifacts
 

Methods in org.eclipse.tigerstripe.model.artifacts that return IType
 IType IDependencyArtifact.getAEndType()
          The type of the AEnd for this Dependency.
 IType IAbstractArtifact.IFieldTypeRef.getIType()
           
 IType IQueryArtifact.getReturnedType()
          Returns the type of the objects that are to be returned by this query.
 IType IDependencyArtifact.getZEndType()
          The type of the ZEnd for this Dependency.
 IType IQueryArtifact.makeIType()
           
 IType IDependencyArtifact.makeIType()
           
 

Methods in org.eclipse.tigerstripe.model.artifacts with parameters of type IType
 void IDependencyArtifact.setAEndType(IType aEndType)
           
 void IEnumArtifact.setBaseType(IType type)
           
 void IQueryArtifact.setReturnedType(IType type)
           
 void IDependencyArtifact.setZEndType(IType zEndType)