public static interface Common.AvaticaParameterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
optional string class_name = 6; |
com.google.protobuf.ByteString |
getClassNameBytes()
optional string class_name = 6; |
String |
getName()
optional string name = 7; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 7; |
int |
getParameterType()
optional uint32 parameter_type = 4; |
int |
getPrecision()
optional uint32 precision = 2; |
int |
getScale()
optional uint32 scale = 3; |
boolean |
getSigned()
optional bool signed = 1; |
String |
getTypeName()
optional string type_name = 5; |
com.google.protobuf.ByteString |
getTypeNameBytes()
optional string type_name = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getSigned()
optional bool signed = 1;int getPrecision()
optional uint32 precision = 2;int getScale()
optional uint32 scale = 3;int getParameterType()
optional uint32 parameter_type = 4;String getTypeName()
optional string type_name = 5;com.google.protobuf.ByteString getTypeNameBytes()
optional string type_name = 5;String getClassName()
optional string class_name = 6;com.google.protobuf.ByteString getClassNameBytes()
optional string class_name = 6;String getName()
optional string name = 7;com.google.protobuf.ByteString getNameBytes()
optional string name = 7;Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.