Uses of Enum Class
dev.vality.damsel.walker.Action._Fields
Packages that use Action._Fields
-
Uses of Action._Fields in dev.vality.damsel.walker
Fields in dev.vality.damsel.walker with type parameters of type Action._FieldsModifier and TypeFieldDescriptionstatic final Map<Action._Fields,org.apache.thrift.meta_data.FieldMetaData> Action.metaDataMapMethods in dev.vality.damsel.walker that return Action._FieldsModifier and TypeMethodDescriptionAction.fieldForId(int fieldId) static Action._FieldsAction._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static Action._FieldsAction._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static Action._FieldsAction._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Action.getFields()static Action._FieldsReturns the enum constant of this class with the specified name.static Action._Fields[]Action._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.walker that return types with arguments of type Action._FieldsModifier and TypeMethodDescriptionMap<Action._Fields,org.apache.thrift.meta_data.FieldMetaData> Action.getFieldMetaData()Methods in dev.vality.damsel.walker with parameters of type Action._FieldsModifier and TypeMethodDescriptionAction.getFieldValue(Action._Fields field) booleanAction.isSet(Action._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidAction.setFieldValue(Action._Fields field, Object value)