Uses of Enum
ch.ifocusit.plantuml.classdiagram.model.clazz.Clazz.Type
Packages that use Clazz.Type
-
Uses of Clazz.Type in ch.ifocusit.plantuml.classdiagram.model.clazz
Methods in ch.ifocusit.plantuml.classdiagram.model.clazz that return Clazz.TypeModifier and TypeMethodDescriptionClazz.getType()JavaClazz.getType()SimpleClazz.getType()static Clazz.TypeReturns the enum constant of this type with the specified name.static Clazz.Type[]Clazz.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.ifocusit.plantuml.classdiagram.model.clazz with parameters of type Clazz.TypeModifier and TypeMethodDescriptionstatic SimpleClazzSimpleClazz.create(String name, Clazz.Type type, Attribute... attributes)