|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.steptools.stdev.Domain
com.steptools.stdev.AggregateDomain
public class AggregateDomain
Representation of an EXPRESS list, bag, set or array type.
| Constructor Summary | |
|---|---|
AggregateDomain(java.lang.Class c)
Reserved for EXPRESS compiler generated classes. |
|
| Method Summary | |
|---|---|
Domain |
getElementDomain()
Gets the domain for elements of the aggregate. |
boolean |
isAggregate()
|
Aggregate |
newInstance()
Create a new instance of the Aggregate object described by this domain |
boolean |
typeIsa(Domain other)
Tests if this Domain is assignable to the other Domain. |
| Methods inherited from class com.steptools.stdev.Domain |
|---|
getName, isBoolean, isEntity, isEnumeration, isInteger, isLogical, isReal, isSelect, isString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AggregateDomain(java.lang.Class c)
| Method Detail |
|---|
public Domain getElementDomain()
public Aggregate newInstance()
throws SchemaStructureException
SchemaStructureExceptionpublic boolean typeIsa(Domain other)
Domain
typeIsa in class Domainother - The domain to compare to
true If this domain is equal to or a subtype of
the other Domain.public boolean isAggregate()
isAggregate in class Domain
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||