Uses of Class
com.splunk.modularinput.Argument.DataType

Packages that use Argument.DataType
com.splunk.modularinput   
 

Uses of Argument.DataType in com.splunk.modularinput
 

Methods in com.splunk.modularinput that return Argument.DataType
 Argument.DataType Argument.getDataType()
          Gets the data type of this argument.
static Argument.DataType Argument.DataType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Argument.DataType[] Argument.DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.splunk.modularinput with parameters of type Argument.DataType
 void Argument.setDataType(Argument.DataType dataType)
          Sets the data type of this argument.