public interface UserType extends Descriptor, FieldType
| Modifier and Type | Method and Description |
|---|---|
String |
getFullyQualifiedName()
Returns fully qualified name for this user type.
|
String |
getName()
Short name.
|
UserTypeContainer |
getParent() |
Proto |
getProto() |
boolean |
isNested()
Test if this type is nested (declared inside of other message).
|
void |
setFullyQualifiedName(String fullyQualifiedName) |
void |
setName(String name) |
void |
setProto(Proto proto) |
getDescriptorType, getOptionsgetCommentLines, getComments, getSourceCodeLocationString getName()
Bazvoid setName(String name)
Proto getProto()
void setProto(Proto proto)
String getFullyQualifiedName()
getFullyQualifiedName in interface FieldTypegetFullyQualifiedName in interface Typevoid setFullyQualifiedName(String fullyQualifiedName)
UserTypeContainer getParent()
boolean isNested()
Copyright © 2015–2017. All rights reserved.