Uses of Class
org.pentaho.di.core.injection.bean.BeanLevelInfo.DIMENSION
-
Packages that use BeanLevelInfo.DIMENSION Package Description org.pentaho.di.core.injection.bean -
-
Uses of BeanLevelInfo.DIMENSION in org.pentaho.di.core.injection.bean
Fields in org.pentaho.di.core.injection.bean declared as BeanLevelInfo.DIMENSION Modifier and Type Field Description BeanLevelInfo.DIMENSION
BeanLevelInfo. dim
Dimension of level.Methods in org.pentaho.di.core.injection.bean that return BeanLevelInfo.DIMENSION Modifier and Type Method Description BeanLevelInfo.DIMENSION
BeanLevelInfo. getDim()
static BeanLevelInfo.DIMENSION
BeanLevelInfo.DIMENSION. valueOf(String name)
Returns the enum constant of this type with the specified name.static BeanLevelInfo.DIMENSION[]
BeanLevelInfo.DIMENSION. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-