Uses of Class
org.pentaho.di.core.ObjectLocationSpecificationMethod
- 
Packages that use ObjectLocationSpecificationMethod Package Description org.pentaho.di.core  - 
- 
Uses of ObjectLocationSpecificationMethod in org.pentaho.di.core
Methods in org.pentaho.di.core that return ObjectLocationSpecificationMethod Modifier and Type Method Description static ObjectLocationSpecificationMethodObjectLocationSpecificationMethod. getSpecificationMethodByCode(String code)static ObjectLocationSpecificationMethodObjectLocationSpecificationMethod. getSpecificationMethodByDescription(String description)static ObjectLocationSpecificationMethodObjectLocationSpecificationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectLocationSpecificationMethod[]ObjectLocationSpecificationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -