public static interface ClassHierarchyProto.ConstructorDefOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ClassHierarchyProto.ConstructorArg |
getArgs(int index)
repeated .ConstructorArg args = 2; |
int |
getArgsCount()
repeated .ConstructorArg args = 2; |
List<ClassHierarchyProto.ConstructorArg> |
getArgsList()
repeated .ConstructorArg args = 2; |
ClassHierarchyProto.ConstructorArgOrBuilder |
getArgsOrBuilder(int index)
repeated .ConstructorArg args = 2; |
List<? extends ClassHierarchyProto.ConstructorArgOrBuilder> |
getArgsOrBuilderList()
repeated .ConstructorArg args = 2; |
String |
getFullClassName()
required string full_class_name = 1; |
com.google.protobuf.ByteString |
getFullClassNameBytes()
required string full_class_name = 1; |
boolean |
hasFullClassName()
required string full_class_name = 1; |
boolean hasFullClassName()
required string full_class_name = 1;
The full name of the class this constructor returns.
String getFullClassName()
required string full_class_name = 1;
The full name of the class this constructor returns.
com.google.protobuf.ByteString getFullClassNameBytes()
required string full_class_name = 1;
The full name of the class this constructor returns.
List<ClassHierarchyProto.ConstructorArg> getArgsList()
repeated .ConstructorArg args = 2;
A (potentially empty) list of arguments required by this constructor.
ClassHierarchyProto.ConstructorArg getArgs(int index)
repeated .ConstructorArg args = 2;
A (potentially empty) list of arguments required by this constructor.
int getArgsCount()
repeated .ConstructorArg args = 2;
A (potentially empty) list of arguments required by this constructor.
List<? extends ClassHierarchyProto.ConstructorArgOrBuilder> getArgsOrBuilderList()
repeated .ConstructorArg args = 2;
A (potentially empty) list of arguments required by this constructor.
ClassHierarchyProto.ConstructorArgOrBuilder getArgsOrBuilder(int index)
repeated .ConstructorArg args = 2;
A (potentially empty) list of arguments required by this constructor.
Copyright © 2016 The Apache Software Foundation. All rights reserved.