Package org.pentaho.di.repository
Interface ObjectRecipient
-
public interface ObjectRecipient
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classObjectRecipient.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()ObjectRecipient.TypegetType()voidsetName(String name)voidsetType(ObjectRecipient.Type type)
-
-
-
Method Detail
-
getName
String getName()
-
setName
void setName(String name)
-
getType
ObjectRecipient.Type getType()
-
setType
void setType(ObjectRecipient.Type type)
-
-