Uses of Enum Class
org.graylog.plugins.netflow.v9.NetFlowV9FieldType.ValueType
Packages that use NetFlowV9FieldType.ValueType
-
Uses of NetFlowV9FieldType.ValueType in org.graylog.plugins.netflow.v9
Methods in org.graylog.plugins.netflow.v9 that return NetFlowV9FieldType.ValueTypeModifier and TypeMethodDescriptionstatic NetFlowV9FieldType.ValueTypeNetFlowV9FieldType.ValueType.byLength(int length) static NetFlowV9FieldType.ValueTypeReturns the enum constant of this class with the specified name.static NetFlowV9FieldType.ValueType[]NetFlowV9FieldType.ValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.abstract NetFlowV9FieldType.ValueTypeNetFlowV9FieldType.valueType()Methods in org.graylog.plugins.netflow.v9 with parameters of type NetFlowV9FieldType.ValueTypeModifier and TypeMethodDescriptionstatic NetFlowV9FieldTypeNetFlowV9FieldType.create(int id, NetFlowV9FieldType.ValueType valueType, String name)