Uses of Interface
org.eclipse.tigerstripe.workbench.profile.stereotype.IStereotypeInstance

Packages that use IStereotypeInstance
org.eclipse.tigerstripe.workbench.model.deprecated_   
org.eclipse.tigerstripe.workbench.profile.stereotype This package contains definitions of stereotypes (annotations) and stereotype instances. 
 

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

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return types with arguments of type IStereotypeInstance
 java.util.Collection<IStereotypeInstance> IMethod.getReturnStereotypeInstances()
          Returns all the stereotype instances for the return type of the method.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ with parameters of type IStereotypeInstance
 void IMethod.addReturnStereotypeInstance(IStereotypeInstance instance)
          Add a single stereotype to the return type.
 void IMethod.removeReturnStereotypeInstance(IStereotypeInstance instance)
          Remove a single Stereotype instance from the method return.
 

Method parameters in org.eclipse.tigerstripe.workbench.model.deprecated_ with type arguments of type IStereotypeInstance
 void IMethod.removeReturnStereotypeInstances(java.util.Collection<IStereotypeInstance> instances)
          Remove Stereotype instances from the method return.
 

Uses of IStereotypeInstance in org.eclipse.tigerstripe.workbench.profile.stereotype
 

Fields in org.eclipse.tigerstripe.workbench.profile.stereotype declared as IStereotypeInstance
static IStereotypeInstance[] IStereotypeInstance.EMPTY_ARRAY
           
 

Methods in org.eclipse.tigerstripe.workbench.profile.stereotype that return IStereotypeInstance
 IStereotypeInstance IStereotypeCapable.getStereotypeInstanceByName(java.lang.String name)
          Returns a StereotypeInstance with the name supplied.
 IStereotypeInstance IStereotype.makeInstance()
          Makes an instance of this stereotype and initializes all the attributes to their default values.
 

Methods in org.eclipse.tigerstripe.workbench.profile.stereotype that return types with arguments of type IStereotypeInstance
 java.util.Collection<IStereotypeInstance> IStereotypeCapable.getStereotypeInstances()
          Returns an array of stereotype instances.
 

Methods in org.eclipse.tigerstripe.workbench.profile.stereotype with parameters of type IStereotypeInstance
 void IStereotypeCapable.addStereotypeInstance(IStereotypeInstance instance)
           
 void IStereotypeCapable.removeStereotypeInstance(IStereotypeInstance instance)
           
 

Method parameters in org.eclipse.tigerstripe.workbench.profile.stereotype with type arguments of type IStereotypeInstance
 void IStereotypeCapable.removeStereotypeInstances(java.util.Collection<IStereotypeInstance> instances)