Package ghidra.rmi.trace
Interface TraceRmi.MethodParameterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TraceRmi.MethodParameter,TraceRmi.MethodParameter.Builder
- Enclosing class:
TraceRmi
public static interface TraceRmi.MethodParameterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.ghidra.rmi.trace.Value default_value = 4;.ghidra.rmi.trace.Value default_value = 4;string description = 6;com.google.protobuf.ByteStringstring description = 6;string display = 5;com.google.protobuf.ByteStringstring display = 5;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;booleanbool required = 3;getType().ghidra.rmi.trace.ValueType type = 2;.ghidra.rmi.trace.ValueType type = 2;boolean.ghidra.rmi.trace.Value default_value = 4;booleanhasType().ghidra.rmi.trace.ValueType type = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
hasType
boolean hasType().ghidra.rmi.trace.ValueType type = 2;- Returns:
- Whether the type field is set.
-
getType
TraceRmi.ValueType getType().ghidra.rmi.trace.ValueType type = 2;- Returns:
- The type.
-
getTypeOrBuilder
TraceRmi.ValueTypeOrBuilder getTypeOrBuilder().ghidra.rmi.trace.ValueType type = 2; -
getRequired
boolean getRequired()bool required = 3;- Returns:
- The required.
-
hasDefaultValue
boolean hasDefaultValue().ghidra.rmi.trace.Value default_value = 4;- Returns:
- Whether the defaultValue field is set.
-
getDefaultValue
TraceRmi.Value getDefaultValue().ghidra.rmi.trace.Value default_value = 4;- Returns:
- The defaultValue.
-
getDefaultValueOrBuilder
TraceRmi.ValueOrBuilder getDefaultValueOrBuilder().ghidra.rmi.trace.Value default_value = 4; -
getDisplay
String getDisplay()string display = 5;- Returns:
- The display.
-
getDisplayBytes
com.google.protobuf.ByteString getDisplayBytes()string display = 5;- Returns:
- The bytes for display.
-
getDescription
String getDescription()string description = 6;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 6;- Returns:
- The bytes for description.
-