public class PrimitiveDomain extends Domain
| Modifier and Type | Method and Description |
|---|---|
Class |
domainClass() |
boolean |
isBoolean() |
boolean |
isInteger() |
boolean |
isLogical() |
boolean |
isReal() |
boolean |
isString() |
boolean |
typeIsa(Domain other)
Tests if this Domain is assignable to the other Domain.
|
convert, forClass, getName, isAggregate, isEntity, isEnumeration, isSelectpublic Class domainClass()
domainClass in class Domainpublic boolean typeIsa(Domain other)
Domain