Stay organized with collectionsSave and categorize content based on your preferences.
publicstaticinterfaceInternal.EnumLite
Interface for an enum value or value descriptor, to be used in FieldSet. The lite library
stores enum values directly in FieldSets but the full library stores EnumValueDescriptors in
order to better support reflection.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface Internal.EnumLite (3.19.4)\n\n public static interface Internal.EnumLite\n\nInterface for an enum value or value descriptor, to be used in FieldSet. The lite library\nstores enum values directly in FieldSets but the full library stores EnumValueDescriptors in\norder to better support reflection.\n\nMethods\n-------\n\n### getNumber()\n\n public abstract int getNumber()"]]