|
ST-Developer Java Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.steptools.stdev.Domain
public abstract class Domain
Representation of an EXPRESS type.
| Method Summary | |
|---|---|
Object |
convert(Object obj)
Try to convert an object to a corresponding object of this type. |
abstract Class |
domainClass()
|
static Domain |
forClass(Class cls)
|
String |
getName()
Gets the name of the Domain. |
boolean |
isAggregate()
|
boolean |
isBoolean()
|
boolean |
isEntity()
|
boolean |
isEnumeration()
|
boolean |
isInteger()
|
boolean |
isLogical()
|
boolean |
isReal()
|
boolean |
isSelect()
|
boolean |
isString()
|
abstract boolean |
typeIsa(Domain other)
Tests if this Domain is assignable to the other Domain. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Domain forClass(Class cls)
throws DomainNotFoundException
DomainNotFoundExceptionpublic abstract Class domainClass()
public abstract boolean typeIsa(Domain other)
other - The domain to compare to
true If this domain is equal to or a subtype of
the other Domain.public String getName()
public Object convert(Object obj)
Attribute.setValue() throws a TypeException.)
obj - The object to convert.
null.public boolean isBoolean()
public boolean isLogical()
public boolean isEntity()
public boolean isEnumeration()
public boolean isSelect()
public boolean isAggregate()
public boolean isReal()
public boolean isInteger()
public boolean isString()
|
ST-Developer Java Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||