Interface PdfiumComboboxOptionsPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- PdfiumComboboxOptionsP,- PdfiumComboboxOptionsP.Builder
 
 public interface PdfiumComboboxOptionsPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValue(int index)repeated string value = 1;com.google.protobuf.ByteStringgetValueBytes(int index)repeated string value = 1;intgetValueCount()repeated string value = 1;List<String>getValueList()repeated string value = 1;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getValueListList<String> getValueList() repeated string value = 1;- Returns:
- A list containing the value.
 
 - 
getValueCountint getValueCount() repeated string value = 1;- Returns:
- The count of value.
 
 - 
getValueString getValue(int index) repeated string value = 1;- Parameters:
- index- The index of the element to return.
- Returns:
- The value at the given index.
 
 - 
getValueBytescom.google.protobuf.ByteString getValueBytes(int index) repeated string value = 1;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the value at the given index.
 
 
- 
 
-