Uses of Class
com.rapidtransform.part.model.Assembly.AssemblyType

Packages that use Assembly.AssemblyType
com.rapidtransform.part.model   
 

Uses of Assembly.AssemblyType in com.rapidtransform.part.model
 

Methods in com.rapidtransform.part.model that return Assembly.AssemblyType
 Assembly.AssemblyType Assembly.getType()
           
static Assembly.AssemblyType Assembly.AssemblyType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Assembly.AssemblyType[] Assembly.AssemblyType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.rapidtransform.part.model with parameters of type Assembly.AssemblyType
 void Assembly.setType(Assembly.AssemblyType assemblyType)
           
 

Constructors in com.rapidtransform.part.model with parameters of type Assembly.AssemblyType
Assembly(java.lang.String name, ItemVersion initialVersion, ApplicationContext initialContext, Assembly.AssemblyType type)
          Construct an assembly with the given name, associated ItemVersion, and type