Uses of Enum
de.haumacher.msgbuf.generator.ast.PrimitiveType.Kind
Packages that use PrimitiveType.Kind
-
Uses of PrimitiveType.Kind in de.haumacher.msgbuf.generator.ast
Methods in de.haumacher.msgbuf.generator.ast that return PrimitiveType.KindModifier and TypeMethodDescriptionfinal PrimitiveType.KindPrimitiveType.getKind()The type kind.static PrimitiveType.KindPrimitiveType.Kind.readKind(DataReader in) Reads a new instance from the given binary reader.static PrimitiveType.KindPrimitiveType.Kind.readKind(JsonReader in) Reads a new instance from the given reader.static PrimitiveType.KindReturns the enum constant of this type with the specified name.static PrimitiveType.KindPrimitiveType.Kind.valueOfProtocol(String protocolName) Looks up aPrimitiveType.Kindconstant by it's protocol name.static PrimitiveType.Kind[]PrimitiveType.Kind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.haumacher.msgbuf.generator.ast with parameters of type PrimitiveType.KindModifier and TypeMethodDescriptionprotected final voidPrimitiveType.internalSetKind(PrimitiveType.Kind value) Internal setter forPrimitiveType.getKind()without chain call utility.PrimitiveType.setKind(PrimitiveType.Kind value)