Uses of Class
de.haumacher.msgbuf.graph.cmd.Command.TypeKind
-
Packages that use Command.TypeKind Package Description de.haumacher.msgbuf.graph.cmd -
-
Uses of Command.TypeKind in de.haumacher.msgbuf.graph.cmd
Methods in de.haumacher.msgbuf.graph.cmd that return Command.TypeKind Modifier and Type Method Description abstract Command.TypeKindCommand. kind()The type code of this instance.Command.TypeKindInsertElement. kind()Command.TypeKindRemoveElement. kind()Command.TypeKindSetProperty. kind()static Command.TypeKindCommand.TypeKind. valueOf(String name)Returns the enum constant of this type with the specified name.static Command.TypeKind[]Command.TypeKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-