|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.steptools.stdev.Primitives
public class Primitives
Constants to represent the domains and unset values of EXPRESS primitives.
| Field Summary | |
|---|---|
static PrimitiveDomain |
BOOLEAN
Domain for EXPRESS BOOLEAN type |
static PrimitiveDomain |
INTEGER
Domain for EXPRESS INTEGER type |
static PrimitiveDomain |
LOGICAL
Domain for EXPRESS LOGICAL type |
static ExpBoolean |
NULL_BOOLEAN
Represents an unset value of type BOOLEAN |
static int |
NULL_INTEGER
Represents an unset value of type INTEGER |
static Logical |
NULL_LOGICAL
Represents an unset value of type LOGICAL |
static double |
NULL_REAL
Represents an unset value of type REAL |
static java.lang.String |
NULL_STRING
Represents an unset value of type STRING |
static PrimitiveDomain |
REAL
Domain for EXPRESS REAL type |
static PrimitiveDomain |
STRING
Domain for EXPRESS STRING type |
| Method Summary | |
|---|---|
static PrimitiveDomain |
findDomain(java.lang.Class cls)
Finds a Domain for a primitive corresponding to a class |
static boolean |
isNull(double val)
Determines if the specified value is a null value. |
static boolean |
isNull(int val)
Determines if the specified value is a null value. |
static boolean |
isNull(java.lang.Object val)
Determines if the specified value is a null value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final PrimitiveDomain BOOLEAN
public static final ExpBoolean NULL_BOOLEAN
public static final PrimitiveDomain STRING
public static final java.lang.String NULL_STRING
public static final PrimitiveDomain REAL
public static final double NULL_REAL
public static final PrimitiveDomain INTEGER
public static final int NULL_INTEGER
public static final PrimitiveDomain LOGICAL
public static final Logical NULL_LOGICAL
| Method Detail |
|---|
public static PrimitiveDomain findDomain(java.lang.Class cls)
throws DomainNotFoundException
cls - The class to get the domain for.
DomainNotFoundExceptionpublic static boolean isNull(java.lang.Object val)
public static boolean isNull(int val)
public static boolean isNull(double val)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||