|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.ojalgo.type.context.TypeContext<T>
public abstract class TypeContext<T>
| Field Summary | |
|---|---|
static boolean |
NBSP
Use 'Non-Breaking SPace' character instead of ardinary 'space' character. |
| Method Summary | |
|---|---|
abstract T |
enforce(T anObject)
|
String |
format(T anObject)
|
String |
formatString(T anObject)
Deprecated. v32 Use #format(T) instead |
Format |
getFormat()
|
T |
parse(String aString)
|
T |
parseAndEnforce(String aString)
First calls parse(String) and then enforce(Object). |
T |
parseObject(String aString)
Deprecated. v32 Use parse(String) instead |
void |
setFormat(Format aFormat)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean NBSP
| Method Detail |
|---|
public abstract T enforce(T anObject)
public final String format(T anObject)
@Deprecated public final String formatString(T anObject)
#format(T) instead
public final Format getFormat()
public final T parse(String aString)
public final T parseAndEnforce(String aString)
@Deprecated public final T parseObject(String aString)
parse(String) instead
public final void setFormat(Format aFormat)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||