public class DataTypeSet extends DataType
| Modifier and Type | Method and Description |
|---|---|
static DataTypeSet |
create(java.lang.Object typ) |
boolean |
equals(java.lang.Object obj) |
DataType |
getGeneric() |
protected java.lang.String |
getInternName(boolean shortName,
boolean primitivAllow) |
java.lang.String |
getName(boolean shortName) |
int |
hashCode() |
DataTypeSet |
withExternal(boolean external) |
public DataType getGeneric()
protected java.lang.String getInternName(boolean shortName,
boolean primitivAllow)
getInternName in class DataTypepublic static DataTypeSet create(java.lang.Object typ)
public DataTypeSet withExternal(boolean external)
withExternal in class DataType