|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--jpa.p1.pub.PubConstants
This class contains various constants used throughout the JPA PlatformOne Publishing package.
| Field Summary | |
static int |
FIELDTYPE_ATTR
Attribute - not used by client applications |
static int |
FIELDTYPE_NONE
Field type unknown |
static int |
FIELDTYPE_NUMERIC
Numeric |
static int |
FIELDTYPE_PRICE
Price - as numeric, but may have coloration applied by client application |
static int |
FIELDTYPE_TEXT
Text |
static int |
RECORDSTATE_ABORT
Record has been aborted |
static int |
RECORDSTATE_INIT
Record has been initialised |
static int |
RECORDSTATE_NOTPERMITTED
Record is not permitted to be seen by this client |
static int |
RECORDSTATE_OUTOFDATE
Record is out of date |
static int |
RECORDSTATE_SCHEMA
Schema has been retrieved |
static int |
RECORDSTATE_VALID
Record is valid |
static int |
RECORDSTATE_WAITING
Record is waiting for image |
| Constructor Summary | |
PubConstants()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int FIELDTYPE_NONE
public static final int FIELDTYPE_NUMERIC
public static final int FIELDTYPE_TEXT
public static final int FIELDTYPE_PRICE
public static final int FIELDTYPE_ATTR
public static final int RECORDSTATE_INIT
public static final int RECORDSTATE_WAITING
public static final int RECORDSTATE_SCHEMA
public static final int RECORDSTATE_VALID
public static final int RECORDSTATE_OUTOFDATE
public static final int RECORDSTATE_ABORT
public static final int RECORDSTATE_NOTPERMITTED
| Constructor Detail |
public PubConstants()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||