Uses of Interface
org.eclipse.tigerstripe.workbench.profile.primitiveType.IPrimitiveTypeDef

Packages that use IPrimitiveTypeDef
org.eclipse.tigerstripe.workbench.profile This package contains interfaces for the workbench profile and session. 
 

Uses of IPrimitiveTypeDef in org.eclipse.tigerstripe.workbench.profile
 

Methods in org.eclipse.tigerstripe.workbench.profile that return IPrimitiveTypeDef
 IPrimitiveTypeDef IWorkbenchProfile.getDefaultPrimitiveType()
           
 

Methods in org.eclipse.tigerstripe.workbench.profile that return types with arguments of type IPrimitiveTypeDef
 java.util.Collection<IPrimitiveTypeDef> IWorkbenchProfile.getPrimitiveTypeDefs(boolean includeReservedTypes)