public static interface MATLABArray.MATLAB_ClassInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getClassNameIndex()
Matlab_Name
|
int |
getPropertyNameIndex(int index)
Matlab_Name
|
int |
getPropertyNameIndexCount()
Matlab_Name
|
List<Integer> |
getPropertyNameIndexList()
Matlab_Name
|
int |
getSuperclassNameIndex(int index)
Matlab_Name
|
int |
getSuperclassNameIndexCount()
Matlab_Name
|
List<Integer> |
getSuperclassNameIndexList()
Matlab_Name
|
boolean |
hasClassNameIndex()
Matlab_Name
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasClassNameIndex()
Matlab_Name
required uint32 classNameIndex = 1;int getClassNameIndex()
Matlab_Name
required uint32 classNameIndex = 1;List<Integer> getPropertyNameIndexList()
Matlab_Name
repeated uint32 propertyNameIndex = 2;int getPropertyNameIndexCount()
Matlab_Name
repeated uint32 propertyNameIndex = 2;int getPropertyNameIndex(int index)
Matlab_Name
repeated uint32 propertyNameIndex = 2;index - The index of the element to return.List<Integer> getSuperclassNameIndexList()
Matlab_Name
repeated uint32 superclassNameIndex = 3;int getSuperclassNameIndexCount()
Matlab_Name
repeated uint32 superclassNameIndex = 3;int getSuperclassNameIndex(int index)
Matlab_Name
repeated uint32 superclassNameIndex = 3;index - The index of the element to return.Copyright © 2015–2024. All rights reserved.