TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder

interface statique publique TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder
Sous-classes indirectes connues

Méthodes publiques

abstrait entier
getOriginalVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 variable object this slot was created for.
chaîne abstraite
getSlotName ()
 The name of the slot (e.g.
résumé com.google.protobuf.ByteString
getSlotNameBytes ()
 The name of the slot (e.g.
abstrait entier
getSlotVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 `Object` with the value of the slot variable.

Méthodes publiques

public abstrait int getOriginalVariableNodeId ()

 An index into `TrackableObjectGraph.nodes`, indicating the
 variable object this slot was created for.
 
int32 original_variable_node_id = 1;

chaîne abstraite publique getSlotName ()

chaîne

 The name of the slot (e.g. "m"/"v").
 
string slot_name = 2;

résumé public com.google.protobuf.ByteString getSlotNameBytes ()

chaîne

 The name of the slot (e.g. "m"/"v").
 
string slot_name = 2;

public abstrait int getSlotVariableNodeId ()

 An index into `TrackableObjectGraph.nodes`, indicating the
 `Object` with the value of the slot variable.
 
int32 slot_variable_node_id = 3;