Uses of Class
com.splunk.FieldType

Packages that use FieldType
com.splunk   
 

Uses of FieldType in com.splunk
 

Methods in com.splunk that return FieldType
 FieldType DataModelField.getType()
           
 FieldType PivotFilter.getType()
           
static FieldType FieldType.parseType(java.lang.String text)
           
static FieldType FieldType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FieldType[] FieldType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.