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