Uses of Enum Class
org.graylog.events.fields.FieldValueType
Packages that use FieldValueType
-
Uses of FieldValueType in org.graylog.events.fields
Methods in org.graylog.events.fields that return FieldValueTypeModifier and TypeMethodDescriptionabstract FieldValueTypeEventFieldSpec.dataType()abstract FieldValueTypeFieldValue.dataType()static FieldValueTypeReturns the enum constant of this class with the specified name.static FieldValueType[]FieldValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.events.fields with parameters of type FieldValueTypeModifier and TypeMethodDescriptionstatic FieldValueFieldValue.create(FieldValueType dataType, String value) abstract EventFieldSpec.BuilderEventFieldSpec.Builder.dataType(FieldValueType dataType) abstract FieldValue.BuilderFieldValue.Builder.dataType(FieldValueType dataType)