edu.ksu.cis.projects.bogor.module.value
Interface INonPrimitiveExtValue.Field

Enclosing interface:
INonPrimitiveExtValue

public static interface INonPrimitiveExtValue.Field

A data value contained inside the abstract datatype encapsulation of a INonPrimitiveExtValue.


Method Summary
 String getName()
          Short, descriptive name for the contained value.
 IValue getValue()
          Bogor representation of the contained value.
 

Method Detail

getName

String getName()
Short, descriptive name for the contained value.


getValue

IValue getValue()
Bogor representation of the contained value.