|
|||||||||
| 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 | |
|---|---|
java.lang.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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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 java.lang.String getName()
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||