Uses of Class
net.sourceforge.plantuml.classdiagram.command.CommandCreateElementFull2.Mode
-
Packages that use CommandCreateElementFull2.Mode Package Description net.sourceforge.plantuml.classdiagram.command -
-
Uses of CommandCreateElementFull2.Mode in net.sourceforge.plantuml.classdiagram.command
Methods in net.sourceforge.plantuml.classdiagram.command that return CommandCreateElementFull2.Mode Modifier and Type Method Description static CommandCreateElementFull2.Mode
CommandCreateElementFull2.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommandCreateElementFull2.Mode[]
CommandCreateElementFull2.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sourceforge.plantuml.classdiagram.command with parameters of type CommandCreateElementFull2.Mode Constructor Description CommandCreateElementFull2(CommandCreateElementFull2.Mode mode)
-