public class BaseUnionDatatype extends BaseDatatype implements UnionDatatype
| Modifier and Type | Field and Description |
|---|---|
protected Set<Datatype> |
members |
name| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object value) |
boolean |
contains(Object value,
AtomicDatatype datatype) |
Set<Datatype> |
getMembers() |
aterm.ATermAppl |
getValue(int n) |
Object |
getValue(String value,
String datatypeURI) |
Datatype |
singleton(Object value) |
int |
size() |
String |
toString() |
getName, getURI, isEmptypublic Set<Datatype> getMembers()
getMembers in interface UnionDatatypepublic boolean contains(Object value, AtomicDatatype datatype)
contains in interface Datatypecontains in class BaseDatatypepublic aterm.ATermAppl getValue(int n)
getValue in interface DatatypegetValue in class BaseDatatypeCopyright © 2013. All Rights Reserved.