Uses of Class
com.rapidtransform.spec.model.Configuration.InheritanceType

Packages that use Configuration.InheritanceType
com.rapidtransform.spec.model   
 

Uses of Configuration.InheritanceType in com.rapidtransform.spec.model
 

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

Methods in com.rapidtransform.spec.model with parameters of type Configuration.InheritanceType
 void Configuration.setInheritanceType(Configuration.InheritanceType inheritanceType)