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 String
ARGUMENTINFO_FIELDNAME
Method arguments.static String
EXECREMOTE_FIELDNAME
executeRemoteImpl field name in stub.static String
FIELD_NAME_DICT
Python dictionary for field names, containing properties IDs.static String
MCLASSID_FIELDNAME
Object ID field name in stub.static String
METHOD_NAME_DICT
Python dictionary for method names, containing operation IDs.static String
NULLABLE_COUNTER_NAME
Counter to know the number of nullable references.static String
OBJECTID_FIELDNAME
Object ID field name in stub.static String
ORIGSESSID_FIELDNAME
origSessionID field name in stub.static String
PROPERTYLIST_NAME
Iternal List with the fields (properties) of the stub.static String
PROPERTYTYPES_NAME
Internal List with the types for the properties (_dclay_fields).static String
SESSID_FIELDNAME
SessionID field name in stub.static String
STUBINF_FIELDNAME
StubInfo 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
-
-