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 ObjectLocationSpecificationMethod
ObjectLocationSpecificationMethod. getSpecificationMethodByCode(String code)
static ObjectLocationSpecificationMethod
ObjectLocationSpecificationMethod. getSpecificationMethodByDescription(String description)
static ObjectLocationSpecificationMethod
ObjectLocationSpecificationMethod. 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.
-