JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.contour
Interface Value.ContourReference

All Superinterfaces:
Value
Enclosing interface:
Value

public static interface Value.ContourReference
extends Value

A value that is a reference to a contour.


Nested Class Summary
static interface Value.ContourReference.Exporter
          A reverse-builder for contour references.
 
Nested classes/interfaces inherited from interface edu.bsu.cs.jive.contour.Value
Value.ContourReference, Value.Encoded, Value.InnerClassDefinition, Value.MethodDefinition, Value.Null, Value.Uninitialized, Value.Visitor
 
Method Summary
 void export(Value.ContourReference.Exporter e)
           
 ContourID getContourID()
          Returns the identifier of the contour referenced by the value.
 
Methods inherited from interface edu.bsu.cs.jive.contour.Value
accept
 

Method Detail

export

void export(Value.ContourReference.Exporter e)

getContourID

ContourID getContourID()
Returns the identifier of the contour referenced by the value.

Returns:
the contour identifier

JIVE Platform
Release 0.3.1