Uses of Class
com.squareup.protoparser.MessageType.Label
-
-
Uses of MessageType.Label in com.squareup.protoparser
Fields in com.squareup.protoparser declared as MessageType.Label Modifier and Type Field Description private MessageType.LabelMessageType.Field. labelMethods in com.squareup.protoparser that return MessageType.Label Modifier and Type Method Description MessageType.LabelMessageType.Field. getLabel()static MessageType.LabelMessageType.Label. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MessageType.Label[]MessageType.Label. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.squareup.protoparser with parameters of type MessageType.Label Constructor Description Field(MessageType.Label label, java.lang.String type, java.lang.String name, int tag, java.lang.String documentation, java.util.List<Option> options)
-