Uses of Class
net.morimekta.providence.PMessageVariant
-
Packages that use PMessageVariant Package Description net.morimekta.providence net.morimekta.providence.descriptor -
-
Uses of PMessageVariant in net.morimekta.providence
Methods in net.morimekta.providence that return PMessageVariant Modifier and Type Method Description static PMessageVariantPMessageVariant. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PMessageVariant[]PMessageVariant. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PMessageVariant in net.morimekta.providence.descriptor
Methods in net.morimekta.providence.descriptor that return PMessageVariant Modifier and Type Method Description PMessageVariantPExceptionDescriptor. getVariant()PMessageVariantPInterfaceDescriptor. getVariant()abstract PMessageVariantPMessageDescriptor. getVariant()PMessageVariantPStructDescriptor. getVariant()PMessageVariantPUnionDescriptor. getVariant()
-