public interface Alternatives<T> extends Child<T>
alternatives
xsd typeModifier and Type | Method and Description |
---|---|
Alternatives<T> |
clazz(String... values)
Creates for all String objects representing
class elements,
a new class element |
List<String> |
getAllClazz()
Returns all
class elements |
List<String> |
getAllStereotype()
Returns all
stereotype elements |
Alternatives<T> |
removeAllClazz()
Removes the
class element |
Alternatives<T> |
removeAllStereotype()
Removes the
stereotype element |
Alternatives<T> |
stereotype(String... values)
Creates for all String objects representing
stereotype elements,
a new stereotype element |
Alternatives<T> clazz(String... values)
class
elements,
a new class
elementvalues
- list of class
objectsAlternatives
Alternatives<T> removeAllClazz()
class
elementAlternatives
Alternatives<T> stereotype(String... values)
stereotype
elements,
a new stereotype
elementvalues
- list of stereotype
objectsAlternatives
List<String> getAllStereotype()
stereotype
elementsstereotype
Alternatives<T> removeAllStereotype()
stereotype
elementAlternatives
Copyright © 2017 JBoss by Red Hat. All rights reserved.