public interface AtomicDatatype extends Datatype
| Modifier and Type | Method and Description |
|---|---|
AtomicDatatype |
difference(AtomicDatatype dt) |
AtomicDatatype |
enumeration(Set<Object> values) |
AtomicDatatype |
getPrimitiveType() |
AtomicDatatype |
intersection(AtomicDatatype dt) |
AtomicDatatype |
not() |
AtomicDatatype |
union(AtomicDatatype dt) |
AtomicDatatype not()
AtomicDatatype intersection(AtomicDatatype dt)
AtomicDatatype union(AtomicDatatype dt)
AtomicDatatype difference(AtomicDatatype dt)
AtomicDatatype getPrimitiveType()
AtomicDatatype enumeration(Set<Object> values)
Copyright © 2013. All Rights Reserved.