org.ojalgo.type.context
Class StringContext

java.lang.Object
  extended by org.ojalgo.type.context.TypeContext<String>
      extended by org.ojalgo.type.context.StringContext
All Implemented Interfaces:
Serializable

public final class StringContext
extends TypeContext<String>

StringContext

Author:
apete
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ojalgo.type.context.TypeContext
NBSP
 
Constructor Summary
StringContext(Format aFormat)
           
StringContext(Format aFormat, int aLength)
           
StringContext(int aLength)
           
 
Method Summary
 String enforce(String anObject)
           
 
Methods inherited from class org.ojalgo.type.context.TypeContext
equals, formatString, getFormat, hashCode, parseAndEnforce, parseObject, setFormat
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringContext

public StringContext(Format aFormat)

StringContext

public StringContext(Format aFormat,
                     int aLength)

StringContext

public StringContext(int aLength)
Method Detail

enforce

public String enforce(String anObject)
Specified by:
enforce in class TypeContext<String>