Uses of Enum Class
dev.vality.damsel.base.TimeSpan._Fields
Packages that use TimeSpan._Fields
-
Uses of TimeSpan._Fields in dev.vality.damsel.base
Fields in dev.vality.damsel.base with type parameters of type TimeSpan._FieldsModifier and TypeFieldDescriptionstatic final Map<TimeSpan._Fields,org.apache.thrift.meta_data.FieldMetaData> TimeSpan.metaDataMapMethods in dev.vality.damsel.base that return TimeSpan._FieldsModifier and TypeMethodDescriptionTimeSpan.fieldForId(int fieldId) static TimeSpan._FieldsTimeSpan._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static TimeSpan._FieldsTimeSpan._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static TimeSpan._FieldsTimeSpan._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.TimeSpan.getFields()static TimeSpan._FieldsReturns the enum constant of this class with the specified name.static TimeSpan._Fields[]TimeSpan._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 TimeSpan._FieldsModifier and TypeMethodDescriptionMap<TimeSpan._Fields,org.apache.thrift.meta_data.FieldMetaData> TimeSpan.getFieldMetaData()Methods in dev.vality.damsel.base with parameters of type TimeSpan._FieldsModifier and TypeMethodDescriptionTimeSpan.getFieldValue(TimeSpan._Fields field) booleanTimeSpan.isSet(TimeSpan._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidTimeSpan.setFieldValue(TimeSpan._Fields field, Object value)