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<Attribute> |
getAttributes() |
default Optional<String> |
getBackgroundColor() |
default Optional<String> |
getBorderColor() |
default Optional<Link> |
getLink() |
String |
getName() |
default Optional<List<String>> |
getStereotypes() |
Clazz.Type |
getType() |
default void |
validate() |
String getName()
Clazz.Type getType()
default void validate()
default int compareTo(Clazz clazz)
compareTo in interface Comparable<Clazz>Copyright © 2017 Focus IT. All rights reserved.