Package org.kie.internal.process
Interface CorrelationProperty<T>
-
public interface CorrelationProperty<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getType()
T
getValue()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getType
java.lang.String getType()
-
getValue
T getValue()
-
-