public class UserType extends Type
Modifier and Type | Field and Description |
---|---|
protected int |
storageType |
Constructor and Description |
---|
UserType(java.lang.String name,
int storageType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getStorageType() |
java.lang.String |
toString()
Return a representation of this object as a nicely formatted String.
|