public abstract class VncCustomBaseTypeDef extends VncVal
| Constructor and Description |
|---|
VncCustomBaseTypeDef(VncKeyword type) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(VncVal o) |
java.lang.Object |
convertToJavaObject() |
java.util.List<VncKeyword> |
getAllSupertypes() |
VncKeyword |
getSupertype() |
VncKeyword |
getType() |
java.lang.String |
toString() |
java.lang.String |
toString(boolean print_readably) |
TypeRank |
typeRank() |
VncVal |
withMeta(VncVal meta) |
equals, getMeta, getMetaVal, getMetaVal, getWrappingTypeDef, hashCode, isPrivate, isVncCollection, isVncList, isWrapped, wrappublic VncCustomBaseTypeDef(VncKeyword type)
public VncKeyword getType()
public VncKeyword getSupertype()
getSupertype in class VncValpublic java.util.List<VncKeyword> getAllSupertypes()
getAllSupertypes in class VncValpublic java.lang.Object convertToJavaObject()
convertToJavaObject in class VncValpublic int compareTo(VncVal o)
public java.lang.String toString()
toString in class java.lang.Object