Uses of Class
net.morimekta.providence.model.EnumType
-
Packages that use EnumType Package Description net.morimekta.providence.model -
-
Uses of EnumType in net.morimekta.providence.model
Fields in net.morimekta.providence.model with type parameters of type EnumType Modifier and Type Field Description static net.morimekta.providence.descriptor.PStructDescriptor<EnumType,EnumType._Field>EnumType. kDescriptorMethods in net.morimekta.providence.model that return EnumType Modifier and Type Method Description EnumTypeEnumType._Builder. build()EnumTypeDeclaration._Builder. getDeclEnum()EnumTypeDeclaration. getDeclEnum()Methods in net.morimekta.providence.model that return types with arguments of type EnumType Modifier and Type Method Description net.morimekta.providence.descriptor.PStructDescriptor<EnumType,EnumType._Field>EnumType._Builder. descriptor()net.morimekta.providence.descriptor.PStructDescriptor<EnumType,EnumType._Field>EnumType. descriptor()java.util.Optional<EnumType>Declaration. optionalDeclEnum()static net.morimekta.providence.descriptor.PStructDescriptorProvider<EnumType,EnumType._Field>EnumType. provider()Methods in net.morimekta.providence.model with parameters of type EnumType Modifier and Type Method Description intEnumType. compareTo(EnumType other)EnumType._BuilderEnumType._Builder. merge(EnumType from)Declaration._BuilderDeclaration._Builder. setDeclEnum(EnumType value)Set thedecl_enumfield value.static DeclarationDeclaration. withDeclEnum(EnumType value)Constructors in net.morimekta.providence.model with parameters of type EnumType Constructor Description _Builder(EnumType base)Make a mutating builder off a base pmodel.EnumType.
-