Interface IJobScheduleParam
-
public interface IJobScheduleParam
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
List<String>
getStringValue()
String
getType()
Serializable
getValue()
void
setName(String name)
void
setStringValue(List<String> value)
void
setType(String type)
-