public interface Clazz extends Comparable<Clazz>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Clazz.Type |
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(Clazz clazz) |
List<? extends Attribute> |
getAttributes() |
default Optional<String> |
getBackgroundColor() |
default Optional<String> |
getBorderColor() |
default Optional<Link> |
getLink() |
default List<? extends Method> |
getMethods() |
String |
getName() |
default Optional<List<String>> |
getStereotypes() |
Clazz.Type |
getType() |
default boolean |
hasContent() |
default void |
validate() |
String getName()
Clazz.Type getType()
default void validate()
default int compareTo(Clazz clazz)
compareTo in interface Comparable<Clazz>default boolean hasContent()
Copyright © 2017 Focus IT. All rights reserved.