|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.obe.util.AbstractBean org.obe.xpdl.model.data.MultiValuedType
Base for multi-valued types such as list and array.
Field Summary |
Fields inherited from interface org.obe.xpdl.model.data.Type |
ARRAY_TYPE, BOOLEAN_TYPE, DATETIME_TYPE, DECLARED_TYPE, DEFAULT_TYPE, ENUMERATION_TYPE, EXTERNAL_REFERENCE_TYPE, FLOAT_TYPE, INTEGER_TYPE, LIST_TYPE, PERFORMER_TYPE, RECORD_TYPE, REFERENCE_TYPE, SCHEMA_TYPE, STRING_TYPE, UNDEFINED_TYPE, UNION_TYPE |
Constructor Summary | |
protected |
MultiValuedType()
|
protected |
MultiValuedType(Type type)
|
Method Summary | |
Type |
getImpliedType()
Returns the actual type implied by this type. |
Type |
getType()
Get the type for items in the array. |
void |
setType(Type type)
Set the base type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.obe.xpdl.model.data.Type |
isAssignableFrom, value |
Constructor Detail |
protected MultiValuedType()
protected MultiValuedType(Type type)
Method Detail |
public final Type getType()
public final void setType(Type type)
type
- The typepublic Type getImpliedType()
Type
getImpliedType
in interface Type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |