org.nodal.type
Interface UnionType

All Superinterfaces:
Nameable, NodeType, Type
All Known Subinterfaces:
UnionType.Editor

public interface UnionType
extends NodeType

A Type that represents the union of a set of Types.


Nested Class Summary
static interface UnionType.Editor
          The interface for modifying a UnionType.
 
Method Summary
 java.util.Enumeration types()
          The set of Types usable as this Type.
 
Methods inherited from interface org.nodal.type.NodeType
asMapType, asRecordType, asSequenceType, edit, propertyType, valueType
 
Methods inherited from interface org.nodal.type.Type
accepts, accepts, accepts, accepts, accepts, accepts, accepts, accepts, accepts, acceptsNode, acceptsString, acceptsType, from, from, from, from, from, from, from, from, from, fromNode, fromString, isNodeType, type
 
Methods inherited from interface org.nodal.util.Nameable
name, setName
 

Method Detail

types

public java.util.Enumeration types()
The set of Types usable as this Type.