public class VncWrappingTypeDef extends VncCustomBaseTypeDef
| Constructor and Description |
|---|
VncWrappingTypeDef(VncKeyword type,
VncKeyword baseType) |
VncWrappingTypeDef(VncKeyword type,
VncKeyword baseType,
VncFunction validationFn) |
| Modifier and Type | Method and Description |
|---|---|
VncKeyword |
getBaseType() |
VncFunction |
getValidationFn() |
void |
validate(VncVal val) |
compareTo, convertToJavaObject, getAllSupertypes, getSupertype, getType, toString, toString, typeRank, withMetaequals, getMeta, getMetaVal, getMetaVal, getWrappingTypeDef, hashCode, isPrivate, isVncList, isWrapped, wrappublic VncWrappingTypeDef(VncKeyword type, VncKeyword baseType)
public VncWrappingTypeDef(VncKeyword type, VncKeyword baseType, VncFunction validationFn)
public VncKeyword getBaseType()
public VncFunction getValidationFn()
public void validate(VncVal val)