Class SimpleClazz
java.lang.Object
ch.ifocusit.plantuml.classdiagram.model.clazz.SimpleClazz
- All Implemented Interfaces:
Clazz,Comparable<Clazz>
- Author:
- Julien Boz
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.ifocusit.plantuml.classdiagram.model.clazz.Clazz
Clazz.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleClazzcreate(String name, Clazz.Type type, Attribute... attributes) getName()getType()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.ifocusit.plantuml.classdiagram.model.clazz.Clazz
compareTo, getBackgroundColor, getBorderColor, getLink, getMethods, getStereotypes, hasContent, validate