org.nodal.type
Interface SequenceType.Editor

All Superinterfaces:
Nameable, NodeType, NodeType.Editor, SequenceType, Type, TypeFactory
Enclosing interface:
SequenceType

public static interface SequenceType.Editor
extends SequenceType, NodeType.Editor

The interface for modifying a SequenceType.


Nested Class Summary
 
Nested classes inherited from class org.nodal.type.SequenceType
SequenceType.Editor
 
Method Summary
 Type setItemType(Type itemType)
          Change the itemType of the associated SequenceType.
 
Methods inherited from interface org.nodal.type.SequenceType
itemType
 
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
 
Methods inherited from interface org.nodal.type.TypeFactory
createMapType, createRecordType, createRecordType, createRestrictionType, createSequenceType, createUnionType
 

Method Detail

setItemType

public Type setItemType(Type itemType)
Change the itemType of the associated SequenceType.