public class PrimitiveType extends Type
| Modifier and Type | Field and Description |
|---|---|
protected WrapperClassType |
wrapper |
| Constructor and Description |
|---|
PrimitiveType(String name,
Class clazz,
int enumType) |
| Modifier and Type | Method and Description |
|---|---|
WrapperClassType |
getWrapper() |
boolean |
isCompatibleWith(Type type)
Checks type compatibility.
|
void |
setWrapper(WrapperClassType wrapper) |
equals, getEnumType, getJavaClass, getName, isOrderable, toStringprotected WrapperClassType wrapper
public boolean isCompatibleWith(Type type)
TypeisCompatibleWith in class Typetype - the type this is checked with.public WrapperClassType getWrapper()
public void setWrapper(WrapperClassType wrapper)
Copyright © 2019. All rights reserved.