public class CustomTypeDefRegistry
extends java.lang.Object
| Constructor and Description |
|---|
CustomTypeDefRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomType(VncCustomTypeDef typeDef) |
void |
addWrappedType(VncWrappingTypeDef typeDef) |
void |
clear() |
boolean |
existsCustomType(VncKeyword type) |
boolean |
existsWrappedType(VncKeyword type) |
VncCustomTypeDef |
getCustomType(VncKeyword type) |
VncWrappingTypeDef |
getWrappedType(VncKeyword type) |
VncCustomTypeDef |
removeCustomType(VncKeyword type) |
VncWrappingTypeDef |
removeWrappedType(VncKeyword type) |
public void addCustomType(VncCustomTypeDef typeDef)
public void addWrappedType(VncWrappingTypeDef typeDef)
public VncCustomTypeDef getCustomType(VncKeyword type)
public VncWrappingTypeDef getWrappedType(VncKeyword type)
public boolean existsCustomType(VncKeyword type)
public boolean existsWrappedType(VncKeyword type)
public VncCustomTypeDef removeCustomType(VncKeyword type)
public VncWrappingTypeDef removeWrappedType(VncKeyword type)
public void clear()