Class UIPartition
- java.lang.Object
-
- org.pentaho.ui.xul.XulEventSourceAdapter
-
- org.pentaho.di.ui.repository.repositoryexplorer.model.UIPartition
-
- All Implemented Interfaces:
org.pentaho.ui.xul.XulEventSource
public class UIPartition extends org.pentaho.ui.xul.XulEventSourceAdapter
-
-
Constructor Summary
Constructors Constructor Description UIPartition(org.pentaho.di.partition.PartitionSchema partitionSchema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
org.pentaho.di.partition.PartitionSchema
getPartitionSchema()
-
-
-
Method Detail
-
getPartitionSchema
public org.pentaho.di.partition.PartitionSchema getPartitionSchema()
-
getName
public String getName()
-
-