Class StubFieldNames
- java.lang.Object
-
- es.bsc.dataclay.logic.classmgr.bytecode.pysrc.constants.StubFieldNames
-
public final class StubFieldNames extends Object
This class contains the Python names of stub fields as Stub's constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringARGUMENTINFO_FIELDNAMEMethod arguments.static StringEXECREMOTE_FIELDNAMEexecuteRemoteImpl field name in stub.static StringFIELD_NAME_DICTPython dictionary for field names, containing properties IDs.static StringMCLASSID_FIELDNAMEObject ID field name in stub.static StringMETHOD_NAME_DICTPython dictionary for method names, containing operation IDs.static StringNULLABLE_COUNTER_NAMECounter to know the number of nullable references.static StringOBJECTID_FIELDNAMEObject ID field name in stub.static StringORIGSESSID_FIELDNAMEorigSessionID field name in stub.static StringPROPERTYLIST_NAMEIternal List with the fields (properties) of the stub.static StringPROPERTYTYPES_NAMEInternal List with the types for the properties (_dclay_fields).static StringSESSID_FIELDNAMESessionID field name in stub.static StringSTUBINF_FIELDNAMEStubInfo field name in stub.
-
-
-
Field Detail
-
OBJECTID_FIELDNAME
public static final String OBJECTID_FIELDNAME
Object ID field name in stub.- See Also:
- Constant Field Values
-
EXECREMOTE_FIELDNAME
public static final String EXECREMOTE_FIELDNAME
executeRemoteImpl field name in stub.- See Also:
- Constant Field Values
-
MCLASSID_FIELDNAME
public static final String MCLASSID_FIELDNAME
Object ID field name in stub.- See Also:
- Constant Field Values
-
SESSID_FIELDNAME
public static final String SESSID_FIELDNAME
SessionID field name in stub.- See Also:
- Constant Field Values
-
ORIGSESSID_FIELDNAME
public static final String ORIGSESSID_FIELDNAME
origSessionID field name in stub.- See Also:
- Constant Field Values
-
STUBINF_FIELDNAME
public static final String STUBINF_FIELDNAME
StubInfo field name in stub.- See Also:
- Constant Field Values
-
ARGUMENTINFO_FIELDNAME
public static final String ARGUMENTINFO_FIELDNAME
Method arguments. List of pairs (argument_names, argument_types).- See Also:
- Constant Field Values
-
METHOD_NAME_DICT
public static final String METHOD_NAME_DICT
Python dictionary for method names, containing operation IDs.- See Also:
- Constant Field Values
-
PROPERTYLIST_NAME
public static final String PROPERTYLIST_NAME
Iternal List with the fields (properties) of the stub.- See Also:
- Constant Field Values
-
PROPERTYTYPES_NAME
public static final String PROPERTYTYPES_NAME
Internal List with the types for the properties (_dclay_fields).- See Also:
- Constant Field Values
-
FIELD_NAME_DICT
public static final String FIELD_NAME_DICT
Python dictionary for field names, containing properties IDs.- See Also:
- Constant Field Values
-
NULLABLE_COUNTER_NAME
public static final String NULLABLE_COUNTER_NAME
Counter to know the number of nullable references.- See Also:
- Constant Field Values
-
-