Package com.elide.model
Interface ObjectMappingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectMapping,ObjectMapping.Builder
public interface ObjectMappingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInstance(int index) Maps an enumeration instance to this object.com.google.protobuf.ByteStringgetInstanceBytes(int index) Maps an enumeration instance to this object.intMaps an enumeration instance to this object.Maps an enumeration instance to this object.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
-
getInstanceList
Maps an enumeration instance to this object. Enumeration membership is contextual.
repeated string instance = 1 [json_name = "instance"];- Returns:
- A list containing the instance.
-
getInstanceCount
int getInstanceCount()Maps an enumeration instance to this object. Enumeration membership is contextual.
repeated string instance = 1 [json_name = "instance"];- Returns:
- The count of instance.
-
getInstance
Maps an enumeration instance to this object. Enumeration membership is contextual.
repeated string instance = 1 [json_name = "instance"];- Parameters:
index- The index of the element to return.- Returns:
- The instance at the given index.
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes(int index) Maps an enumeration instance to this object. Enumeration membership is contextual.
repeated string instance = 1 [json_name = "instance"];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the instance at the given index.
-