Imp
[using it]
Interface Manipulation Package v4.0 (2008-06-25) a-projector ©copyright Author


imp.core
Class Chars

java.lang.Object
  extended by imp.core.Value
      extended by imp.core.Chars
All Implemented Interfaces:
Cloneable, Comparable<Value>

public class Chars
extends Value

Implements a raw string value.


Field Summary
 
Fields inherited from class imp.core.Value
NULL
 
Method Summary
 String getValue()
          Gets this string value.
 
Methods inherited from class imp.core.Value
add, create, elements, fields, get, getType, getWrapping, isName, length, load, main, save, set, toString, wrappedObject
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public final String getValue()
Gets this string value.