|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface simply encapsulates the standard property names used for BO, verb, and propery-level metadata.
Field Summary | |
---|---|
static java.lang.String |
MDOL_OBJECT_NAME
Name of the corresponding entity in the EIS to which this business object definition maps. |
static java.lang.String |
MDOL_OP_METHOD_NAME
Name of the EIS method that should be used to perform this operation |
static java.lang.String |
MDOL_OP_NAME
Name of the supported operation |
static java.lang.String |
MDOL_OP_RESPONSE_TYPE
Name of the ComplexType that represents the business object that should be returned by this operation. |
static java.lang.String |
MDOL_SUPPORTED_OPERATION
Element under which metadata for operations is listed. |
static java.lang.String |
MDPL_FIELD_NAME
Corresponding name of the field in the EIS to which this BO property definition maps. |
static java.lang.String |
MDPL_FIELD_TYPE
The type of this field as it is represented in the EIS. |
static java.lang.String |
MDPL_FOREIGN_BO_KEY
Pointer to another BO property to which this property value should refer. |
static java.lang.String |
MDPL_KEY_FLAG
Boolean flag indicating whether this property is part of the primary key for the entity. |
static java.lang.String |
MDPL_SIDE_EFFECTS
Boolean flag indicating whether this property should be checked for side-effects. |
Field Detail |
public static final java.lang.String MDPL_KEY_FLAG
public static final java.lang.String MDPL_FOREIGN_BO_KEY
public static final java.lang.String MDPL_FIELD_NAME
public static final java.lang.String MDPL_FIELD_TYPE
public static final java.lang.String MDPL_SIDE_EFFECTS
public static final java.lang.String MDOL_OBJECT_NAME
public static final java.lang.String MDOL_SUPPORTED_OPERATION
public static final java.lang.String MDOL_OP_NAME
public static final java.lang.String MDOL_OP_METHOD_NAME
public static final java.lang.String MDOL_OP_RESPONSE_TYPE
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |