Uses of Class
net.morimekta.providence.reflect.model.EnumValueDeclaration
-
Packages that use EnumValueDeclaration Package Description net.morimekta.providence.reflect.model -
-
Uses of EnumValueDeclaration in net.morimekta.providence.reflect.model
Methods in net.morimekta.providence.reflect.model that return types with arguments of type EnumValueDeclaration Modifier and Type Method Description java.util.List<EnumValueDeclaration>EnumDeclaration. getValues()Constructor parameters in net.morimekta.providence.reflect.model with type arguments of type EnumValueDeclaration Constructor Description EnumDeclaration(java.lang.String documentation, ThriftToken enumToken, ThriftToken name, java.util.List<EnumValueDeclaration> values, java.util.List<AnnotationDeclaration> annotations)
-