Uses of Enum Class
dev.vality.damsel.base.Timer._Fields
Packages that use Timer._Fields
-
Uses of Timer._Fields in dev.vality.damsel.base
Fields in dev.vality.damsel.base with type parameters of type Timer._FieldsModifier and TypeFieldDescriptionstatic final Map<Timer._Fields,org.apache.thrift.meta_data.FieldMetaData> Timer.metaDataMapMethods in dev.vality.damsel.base that return Timer._FieldsModifier and TypeMethodDescriptionprotected Timer._FieldsTimer.enumForId(short id) Timer.fieldForId(int fieldId) static Timer._FieldsTimer._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static Timer._FieldsTimer._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static Timer._FieldsTimer._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Timer.getFields()static Timer._FieldsReturns the enum constant of this class with the specified name.static Timer._Fields[]Timer._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.base that return types with arguments of type Timer._FieldsModifier and TypeMethodDescriptionMap<Timer._Fields,org.apache.thrift.meta_data.FieldMetaData> Timer.getFieldMetaData()Methods in dev.vality.damsel.base with parameters of type Timer._FieldsModifier and TypeMethodDescriptionprotected voidTimer.checkType(Timer._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldTimer.getFieldDesc(Timer._Fields setField) Constructors in dev.vality.damsel.base with parameters of type Timer._Fields