Package edu.psu.cse.siis.ic3
Interface Ic3Data.Application.Component.InstructionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ic3Data.Application.Component.Instruction,Ic3Data.Application.Component.Instruction.Builder
- Enclosing class:
- Ic3Data.Application.Component
public static interface Ic3Data.Application.Component.InstructionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string class_name = 2;com.google.protobuf.ByteStringoptional string class_name = 2;intgetId()optional uint32 id = 4;optional string method = 3;com.google.protobuf.ByteStringoptional string method = 3;optional string statement = 1;com.google.protobuf.ByteStringoptional string statement = 1;booleanoptional string class_name = 2;booleanhasId()optional uint32 id = 4;booleanoptional string method = 3;booleanoptional string statement = 1;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
-
hasStatement
boolean hasStatement()optional string statement = 1;- Returns:
- Whether the statement field is set.
-
getStatement
String getStatement()optional string statement = 1;- Returns:
- The statement.
-
getStatementBytes
com.google.protobuf.ByteString getStatementBytes()optional string statement = 1;- Returns:
- The bytes for statement.
-
hasClassName
boolean hasClassName()optional string class_name = 2;- Returns:
- Whether the className field is set.
-
getClassName
String getClassName()optional string class_name = 2;- Returns:
- The className.
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()optional string class_name = 2;- Returns:
- The bytes for className.
-
hasMethod
boolean hasMethod()optional string method = 3;- Returns:
- Whether the method field is set.
-
getMethod
String getMethod()optional string method = 3;- Returns:
- The method.
-
getMethodBytes
com.google.protobuf.ByteString getMethodBytes()optional string method = 3;- Returns:
- The bytes for method.
-
hasId
boolean hasId()optional uint32 id = 4;- Returns:
- Whether the id field is set.
-
getId
int getId()optional uint32 id = 4;- Returns:
- The id.
-