public static final class ClassHierarchyProto.NamedParameterNode extends com.google.protobuf.GeneratedMessage implements ClassHierarchyProto.NamedParameterNodeOrBuilder
NamedParameterNode| Modifier and Type | Class and Description |
|---|---|
static class |
ClassHierarchyProto.NamedParameterNode.Builder
Protobuf type
NamedParameterNode |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ALIAS_LANGUAGE_FIELD_NUMBER |
static int |
ALIAS_NAME_FIELD_NUMBER |
static int |
DOCUMENTATION_FIELD_NUMBER |
static int |
FULL_ARG_CLASS_NAME_FIELD_NUMBER |
static int |
INSTANCE_DEFAULT_FIELD_NUMBER |
static int |
IS_LIST_FIELD_NUMBER |
static int |
IS_SET_FIELD_NUMBER |
static com.google.protobuf.Parser<ClassHierarchyProto.NamedParameterNode> |
PARSER |
static int |
SHORT_NAME_FIELD_NUMBER |
static int |
SIMPLE_ARG_CLASS_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasLanguage()
optional string alias_language = 9; |
com.google.protobuf.ByteString |
getAliasLanguageBytes()
optional string alias_language = 9; |
String |
getAliasName()
optional string alias_name = 8; |
com.google.protobuf.ByteString |
getAliasNameBytes()
optional string alias_name = 8; |
static ClassHierarchyProto.NamedParameterNode |
getDefaultInstance() |
ClassHierarchyProto.NamedParameterNode |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDocumentation()
optional string documentation = 5; |
com.google.protobuf.ByteString |
getDocumentationBytes()
optional string documentation = 5; |
String |
getFullArgClassName()
required string full_arg_class_name = 2; |
com.google.protobuf.ByteString |
getFullArgClassNameBytes()
required string full_arg_class_name = 2; |
String |
getInstanceDefault(int index)
repeated string instance_default = 7; |
com.google.protobuf.ByteString |
getInstanceDefaultBytes(int index)
repeated string instance_default = 7; |
int |
getInstanceDefaultCount()
repeated string instance_default = 7; |
List<String> |
getInstanceDefaultList()
repeated string instance_default = 7; |
boolean |
getIsList()
required bool is_list = 4; |
boolean |
getIsSet()
required bool is_set = 3; |
com.google.protobuf.Parser<ClassHierarchyProto.NamedParameterNode> |
getParserForType() |
int |
getSerializedSize() |
String |
getShortName()
optional string short_name = 6; |
com.google.protobuf.ByteString |
getShortNameBytes()
optional string short_name = 6; |
String |
getSimpleArgClassName()
required string simple_arg_class_name = 1; |
com.google.protobuf.ByteString |
getSimpleArgClassNameBytes()
required string simple_arg_class_name = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAliasLanguage()
optional string alias_language = 9; |
boolean |
hasAliasName()
optional string alias_name = 8; |
boolean |
hasDocumentation()
optional string documentation = 5; |
boolean |
hasFullArgClassName()
required string full_arg_class_name = 2; |
boolean |
hasIsList()
required bool is_list = 4; |
boolean |
hasIsSet()
required bool is_set = 3; |
boolean |
hasShortName()
optional string short_name = 6; |
boolean |
hasSimpleArgClassName()
required string simple_arg_class_name = 1; |
boolean |
isInitialized() |
static ClassHierarchyProto.NamedParameterNode.Builder |
newBuilder() |
static ClassHierarchyProto.NamedParameterNode.Builder |
newBuilder(ClassHierarchyProto.NamedParameterNode prototype) |
ClassHierarchyProto.NamedParameterNode.Builder |
newBuilderForType() |
static ClassHierarchyProto.NamedParameterNode |
parseDelimitedFrom(InputStream input) |
static ClassHierarchyProto.NamedParameterNode |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClassHierarchyProto.NamedParameterNode |
parseFrom(byte[] data) |
static ClassHierarchyProto.NamedParameterNode |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClassHierarchyProto.NamedParameterNode |
parseFrom(com.google.protobuf.ByteString data) |
static ClassHierarchyProto.NamedParameterNode |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClassHierarchyProto.NamedParameterNode |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClassHierarchyProto.NamedParameterNode |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClassHierarchyProto.NamedParameterNode |
parseFrom(InputStream input) |
static ClassHierarchyProto.NamedParameterNode |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClassHierarchyProto.NamedParameterNode.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, findInitializationErrors, getInitializationErrorString, hashCode, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<ClassHierarchyProto.NamedParameterNode> PARSER
public static final int SIMPLE_ARG_CLASS_NAME_FIELD_NUMBER
public static final int FULL_ARG_CLASS_NAME_FIELD_NUMBER
public static final int IS_SET_FIELD_NUMBER
public static final int IS_LIST_FIELD_NUMBER
public static final int DOCUMENTATION_FIELD_NUMBER
public static final int SHORT_NAME_FIELD_NUMBER
public static final int INSTANCE_DEFAULT_FIELD_NUMBER
public static final int ALIAS_NAME_FIELD_NUMBER
public static final int ALIAS_LANGUAGE_FIELD_NUMBER
public static ClassHierarchyProto.NamedParameterNode getDefaultInstance()
public ClassHierarchyProto.NamedParameterNode getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public com.google.protobuf.Parser<ClassHierarchyProto.NamedParameterNode> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasSimpleArgClassName()
required string simple_arg_class_name = 1;
The short name (Node.name) of the type of argument this node names.
hasSimpleArgClassName in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic String getSimpleArgClassName()
required string simple_arg_class_name = 1;
The short name (Node.name) of the type of argument this node names.
getSimpleArgClassName in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic com.google.protobuf.ByteString getSimpleArgClassNameBytes()
required string simple_arg_class_name = 1;
The short name (Node.name) of the type of argument this node names.
getSimpleArgClassNameBytes in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic boolean hasFullArgClassName()
required string full_arg_class_name = 2;
The full name (Node.full_name) of the type of argument that this node names.
hasFullArgClassName in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic String getFullArgClassName()
required string full_arg_class_name = 2;
The full name (Node.full_name) of the type of argument that this node names.
getFullArgClassName in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic com.google.protobuf.ByteString getFullArgClassNameBytes()
required string full_arg_class_name = 2;
The full name (Node.full_name) of the type of argument that this node names.
getFullArgClassNameBytes in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic boolean hasIsSet()
required bool is_set = 3;hasIsSet in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic boolean getIsSet()
required bool is_set = 3;getIsSet in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic boolean hasIsList()
required bool is_list = 4;hasIsList in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic boolean getIsList()
required bool is_list = 4;getIsList in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic boolean hasDocumentation()
optional string documentation = 5;
An optional human readable documentation string describing the purpose of this NamedParameter.
hasDocumentation in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic String getDocumentation()
optional string documentation = 5;
An optional human readable documentation string describing the purpose of this NamedParameter.
getDocumentation in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic com.google.protobuf.ByteString getDocumentationBytes()
optional string documentation = 5;
An optional human readable documentation string describing the purpose of this NamedParameter.
getDocumentationBytes in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic boolean hasShortName()
optional string short_name = 6;
A shorter name for this parameter. This is used for command line processing. (So utilities that see --short_name=xxx will set this NamedParameter to "xxx", for example).
hasShortName in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic String getShortName()
optional string short_name = 6;
A shorter name for this parameter. This is used for command line processing. (So utilities that see --short_name=xxx will set this NamedParameter to "xxx", for example).
getShortName in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic com.google.protobuf.ByteString getShortNameBytes()
optional string short_name = 6;
A shorter name for this parameter. This is used for command line processing. (So utilities that see --short_name=xxx will set this NamedParameter to "xxx", for example).
getShortNameBytes in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic List<String> getInstanceDefaultList()
repeated string instance_default = 7;
calling this "default_instance" breaks protoc.
getInstanceDefaultList in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic int getInstanceDefaultCount()
repeated string instance_default = 7;
calling this "default_instance" breaks protoc.
getInstanceDefaultCount in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic String getInstanceDefault(int index)
repeated string instance_default = 7;
calling this "default_instance" breaks protoc.
getInstanceDefault in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic com.google.protobuf.ByteString getInstanceDefaultBytes(int index)
repeated string instance_default = 7;
calling this "default_instance" breaks protoc.
getInstanceDefaultBytes in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic boolean hasAliasName()
optional string alias_name = 8;
An alias of the named parameter
hasAliasName in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic String getAliasName()
optional string alias_name = 8;
An alias of the named parameter
getAliasName in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic com.google.protobuf.ByteString getAliasNameBytes()
optional string alias_name = 8;
An alias of the named parameter
getAliasNameBytes in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic boolean hasAliasLanguage()
optional string alias_language = 9;
An alias language of the named parameter
hasAliasLanguage in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic String getAliasLanguage()
optional string alias_language = 9;
An alias language of the named parameter
getAliasLanguage in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic com.google.protobuf.ByteString getAliasLanguageBytes()
optional string alias_language = 9;
An alias language of the named parameter
getAliasLanguageBytes in interface ClassHierarchyProto.NamedParameterNodeOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessagepublic static ClassHierarchyProto.NamedParameterNode parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClassHierarchyProto.NamedParameterNode parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClassHierarchyProto.NamedParameterNode parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClassHierarchyProto.NamedParameterNode parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClassHierarchyProto.NamedParameterNode parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClassHierarchyProto.NamedParameterNode parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClassHierarchyProto.NamedParameterNode parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClassHierarchyProto.NamedParameterNode parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClassHierarchyProto.NamedParameterNode parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClassHierarchyProto.NamedParameterNode parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClassHierarchyProto.NamedParameterNode.Builder newBuilder()
public ClassHierarchyProto.NamedParameterNode.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ClassHierarchyProto.NamedParameterNode.Builder newBuilder(ClassHierarchyProto.NamedParameterNode prototype)
public ClassHierarchyProto.NamedParameterNode.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteCopyright © 2016 The Apache Software Foundation. All rights reserved.