Class EnumFieldDescriptor
java.lang.Object
org.fusesource.hawtbuf.proto.compiler.EnumFieldDescriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate TypeDescriptor
private String
private final EnumDescriptor
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
associate
(TypeDescriptor associatedType) getName()
int
getValue()
void
void
setValue
(int value)
-
Field Details
-
name
-
value
private int value -
parent
-
associatedType
-
-
Constructor Details
-
EnumFieldDescriptor
-
-
Method Details
-
setName
-
setValue
public void setValue(int value) -
getName
-
getValue
public int getValue() -
getParent
-
getAssociatedType
-
associate
-