public class VncChoiceTypeDef extends VncCustomBaseTypeDef
| Constructor and Description |
|---|
VncChoiceTypeDef(VncKeyword type,
VncSet choiceTypes,
VncSet choiceValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isChoice(VncVal val) |
boolean |
isChoiceType(VncVal val) |
boolean |
isChoiceValue(VncVal val) |
VncSet |
typesOnly() |
VncSet |
values() |
VncSet |
valuesOnly() |
compareTo, convertToJavaObject, getAllSupertypes, getSupertype, getType, toString, toString, typeRank, withMetaequals, getMeta, getMetaVal, getMetaVal, getWrappingTypeDef, hashCode, isPrivate, isVncCollection, isVncList, isWrapped, wrappublic VncChoiceTypeDef(VncKeyword type, VncSet choiceTypes, VncSet choiceValues)