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