Class StubFieldNames


  • public final class StubFieldNames
    extends Object
    This class contains the Python names of stub fields as Stub's constants.
    • Field Detail

      • EXECREMOTE_FIELDNAME

        public static final String EXECREMOTE_FIELDNAME
        executeRemoteImpl 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
      • 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