public abstract class TypeSet extends Object
| Constructor and Description |
|---|
TypeSet() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
contains(XSType type)
Return true if this TypeSet contains the specified type.
|
static TypeSet |
intersection(TypeSet a,
TypeSet b)
Calculate the TypeSet formed by the intersection of two
other TypeSet objects.
|
static TypeSet |
union(TypeSet a,
TypeSet b)
Calculate the TypeSet formed by the union of two
other TypeSet objects.
|
public abstract boolean contains(XSType type)
type - the typepublic static TypeSet intersection(TypeSet a, TypeSet b)
a - a TypeSetb - another TypeSetCopyright © 2005–2017 Oracle Corporation. All rights reserved.