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.DIMENSIONBeanLevelInfo. dimDimension of level.Methods in org.pentaho.di.core.injection.bean that return BeanLevelInfo.DIMENSION Modifier and Type Method Description BeanLevelInfo.DIMENSIONBeanLevelInfo. getDim()static BeanLevelInfo.DIMENSIONBeanLevelInfo.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.
-