public interface Stereotypes
Modifier and Type | Method and Description |
---|---|
void |
add(String stereotype)
Adds the given stereotype to this collection of stereotypes
|
String[] |
asArray() |
SortedSet<String> |
asSet() |
boolean |
contains(String stereotype) |
String |
getOne() |
boolean |
isEmpty() |
Options |
options() |
void |
remove(String stereotype)
Removes the given stereotype from this collection of stereotypes.
|
int |
size() |
int size()
boolean isEmpty()
true
if this collection of stereotypes is empty,
else false
boolean contains(String stereotype)
stereotype
- true
if this collection of stereotypes contains the
given stereotype, else false
String[] asArray()
null
SortedSet<String> asSet()
null
void add(String stereotype)
stereotype
- void remove(String stereotype)
stereotype
- Options options()
String getOne()
Copyright © 2018. All rights reserved.