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, isSelect
public Class domainClass()
domainClass
in class Domain
public boolean typeIsa(Domain other)
Domain