Package io.lionweb.protobuf
Interface PBContainmentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PBContainment,PBContainment.Builder
public interface PBContainmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetChildren(int index) repeated int32 children = 2;intrepeated int32 children = 2;repeated int32 children = 2;intint32 metaPointerIndex = 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
-
getMetaPointerIndex
int getMetaPointerIndex()int32 metaPointerIndex = 1;- Returns:
- The metaPointerIndex.
-
getChildrenList
repeated int32 children = 2;- Returns:
- A list containing the children.
-
getChildrenCount
int getChildrenCount()repeated int32 children = 2;- Returns:
- The count of children.
-
getChildren
int getChildren(int index) repeated int32 children = 2;- Parameters:
index- The index of the element to return.- Returns:
- The children at the given index.
-