|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommonProps
The set of all common activity configuration properties.
This is the base interface of all interfaces that define activity configuration properties.
Field Summary | |
---|---|
static byte |
DESCRIPTION
This is the Description configuration property. |
static byte |
NAME
This is the Name configuration property. |
static byte |
UNRESERVED_PROPERTY
This is the marker of the beginning of the range of specific activity configuration properties. |
Field Detail |
---|
static final byte NAME
The type of this configuration property is java.lang.String
static final byte DESCRIPTION
The type of this configuration property is java.lang.String
static final byte UNRESERVED_PROPERTY
All activity configuration properties must have their values greater than the value of UNRESERVED_PROPERTY.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |