|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjigcell.compare.IDataElement.Type
public static final class IDataElement.Type
The types of a data element.
| Field Summary | |
|---|---|
static IDataElement.Type |
BOOLEAN
A scalar value that is either true or false |
static IDataElement.Type |
INTEGRAL
A scalar value contained in the integers |
static IDataElement.Type |
LITERAL
A scalar value that is a string literal |
static IDataElement.Type |
MULTIPLE
A non-scalar value |
private java.lang.String |
name
Name of this type |
static IDataElement.Type |
NONE
A non-value |
static IDataElement.Type |
REAL
A scalar value contained in the reals |
| Constructor Summary | |
|---|---|
private |
IDataElement.Type(java.lang.String name)
Creates a new data element type. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final IDataElement.Type BOOLEAN
public static final IDataElement.Type INTEGRAL
public static final IDataElement.Type LITERAL
public static final IDataElement.Type MULTIPLE
public static final IDataElement.Type NONE
public static final IDataElement.Type REAL
private final java.lang.String name
| Constructor Detail |
|---|
private IDataElement.Type(java.lang.String name)
name - Display name| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||