public static interface MATLABArray.MATLAB_Array.Handle_Object_RefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMvmID(int index)
index into the string table to a 16 byte unique identifier
|
int |
getMvmIDCount()
index into the string table to a 16 byte unique identifier
|
List<Integer> |
getMvmIDList()
index into the string table to a 16 byte unique identifier
|
long |
getObjectID(int index)
repeated uint64 objectID = 2; |
int |
getObjectIDCount()
repeated uint64 objectID = 2; |
List<Long> |
getObjectIDList()
repeated uint64 objectID = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Integer> getMvmIDList()
index into the string table to a 16 byte unique identifier
repeated uint32 mvmID = 1;int getMvmIDCount()
index into the string table to a 16 byte unique identifier
repeated uint32 mvmID = 1;int getMvmID(int index)
index into the string table to a 16 byte unique identifier
repeated uint32 mvmID = 1;index - The index of the element to return.List<Long> getObjectIDList()
repeated uint64 objectID = 2;int getObjectIDCount()
repeated uint64 objectID = 2;long getObjectID(int index)
repeated uint64 objectID = 2;index - The index of the element to return.Copyright © 2015–2024. All rights reserved.