Class BeanInjectionInfo.Group
- java.lang.Object
-
- org.pentaho.di.core.injection.bean.BeanInjectionInfo.Group
-
- Enclosing class:
- BeanInjectionInfo
public class BeanInjectionInfo.Group extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<BeanInjectionInfo.Property>groupProperties
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()List<BeanInjectionInfo.Property>getGroupProperties()StringgetName()
-
-
-
Field Detail
-
groupProperties
protected final List<BeanInjectionInfo.Property> groupProperties
-
-
Constructor Detail
-
Group
public Group(String name)
-
-
Method Detail
-
getName
public String getName()
-
getGroupProperties
public List<BeanInjectionInfo.Property> getGroupProperties()
-
getDescription
public String getDescription()
-
-