| Constructor and Description |
|---|
AllOrNoneValueSet(Type type,
boolean all) |
| Modifier and Type | Method and Description |
|---|---|
ValueSet |
complement() |
boolean |
containsValue(Object value) |
boolean |
equals(Object obj) |
AllOrNone |
getAllOrNone() |
Object |
getSingleValue() |
Type |
getType() |
ValuesProcessor |
getValuesProcessor() |
int |
hashCode() |
ValueSet |
intersect(ValueSet other) |
boolean |
isAll() |
boolean |
isNone() |
boolean |
isSingleValue() |
String |
toString(SqlFunctionProperties properties) |
ValueSet |
union(ValueSet other) |
public AllOrNoneValueSet(Type type, boolean all)
public boolean isSingleValue()
isSingleValue in interface ValueSetpublic Object getSingleValue()
getSingleValue in interface ValueSetpublic boolean containsValue(Object value)
containsValue in interface ValueSetpublic AllOrNone getAllOrNone()
public ValuesProcessor getValuesProcessor()
getValuesProcessor in interface ValueSetpublic ValueSet complement()
complement in interface ValueSetpublic String toString(SqlFunctionProperties properties)
Copyright © 2012–2022. All rights reserved.