Uses of Class
de.haumacher.msgbuf.generator.ast.PrimitiveType.Kind
-
Packages that use PrimitiveType.Kind Package Description de.haumacher.msgbuf.generator.ast -
-
Uses of PrimitiveType.Kind in de.haumacher.msgbuf.generator.ast
Methods in de.haumacher.msgbuf.generator.ast that return PrimitiveType.Kind Modifier and Type Method Description 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.KindPrimitiveType.Kind. valueOf(String name)Returns 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.Kind Modifier and Type Method Description protected voidPrimitiveType. internalSetKind(PrimitiveType.Kind value)Internal setter forPrimitiveType.getKind()without chain call utility.PrimitiveTypePrimitiveType. setKind(PrimitiveType.Kind value)
-