public static interface MATLABArray.MATLAB_Array.ObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getClassNameIndex()
MATLAB_Name must be set for heterogeneous array
|
int |
getEnumerationNameIndex()
present if the object is an enumeration
|
int |
getPropertyClassName(int index)
MATLAB_Name Name of class for private properties
|
int |
getPropertyClassNameCount()
MATLAB_Name Name of class for private properties
|
List<Integer> |
getPropertyClassNameList()
MATLAB_Name Name of class for private properties
|
int |
getPropertyName(int index)
There must be exactly the same number of each of the following fields.
|
int |
getPropertyNameCount()
There must be exactly the same number of each of the following fields.
|
List<Integer> |
getPropertyNameList()
There must be exactly the same number of each of the following fields.
|
MATLABArray.MATLAB_Array |
getPropertyValue(int index)
repeated .MATLAB_Array propertyValue = 4; |
int |
getPropertyValueCount()
repeated .MATLAB_Array propertyValue = 4; |
List<MATLABArray.MATLAB_Array> |
getPropertyValueList()
repeated .MATLAB_Array propertyValue = 4; |
MATLABArray.MATLAB_ArrayOrBuilder |
getPropertyValueOrBuilder(int index)
repeated .MATLAB_Array propertyValue = 4; |
List<? extends MATLABArray.MATLAB_ArrayOrBuilder> |
getPropertyValueOrBuilderList()
repeated .MATLAB_Array propertyValue = 4; |
boolean |
hasClassNameIndex()
MATLAB_Name must be set for heterogeneous array
|
boolean |
hasEnumerationNameIndex()
present if the object is an enumeration
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasClassNameIndex()
MATLAB_Name must be set for heterogeneous array
optional uint32 classNameIndex = 1;int getClassNameIndex()
MATLAB_Name must be set for heterogeneous array
optional uint32 classNameIndex = 1;List<Integer> getPropertyNameList()
There must be exactly the same number of each of the following fields. 0 is used to indicate that there is an empty string for a MATLAB_Name.
repeated uint32 propertyName = 2;int getPropertyNameCount()
There must be exactly the same number of each of the following fields. 0 is used to indicate that there is an empty string for a MATLAB_Name.
repeated uint32 propertyName = 2;int getPropertyName(int index)
There must be exactly the same number of each of the following fields. 0 is used to indicate that there is an empty string for a MATLAB_Name.
repeated uint32 propertyName = 2;index - The index of the element to return.List<Integer> getPropertyClassNameList()
MATLAB_Name Name of class for private properties
repeated uint32 propertyClassName = 3;int getPropertyClassNameCount()
MATLAB_Name Name of class for private properties
repeated uint32 propertyClassName = 3;int getPropertyClassName(int index)
MATLAB_Name Name of class for private properties
repeated uint32 propertyClassName = 3;index - The index of the element to return.List<MATLABArray.MATLAB_Array> getPropertyValueList()
repeated .MATLAB_Array propertyValue = 4;MATLABArray.MATLAB_Array getPropertyValue(int index)
repeated .MATLAB_Array propertyValue = 4;int getPropertyValueCount()
repeated .MATLAB_Array propertyValue = 4;List<? extends MATLABArray.MATLAB_ArrayOrBuilder> getPropertyValueOrBuilderList()
repeated .MATLAB_Array propertyValue = 4;MATLABArray.MATLAB_ArrayOrBuilder getPropertyValueOrBuilder(int index)
repeated .MATLAB_Array propertyValue = 4;boolean hasEnumerationNameIndex()
present if the object is an enumeration
optional uint32 enumerationNameIndex = 5;int getEnumerationNameIndex()
present if the object is an enumeration
optional uint32 enumerationNameIndex = 5;Copyright © 2015–2024. All rights reserved.