org.fusesource.hawtbuf.proto.compiler
Class EnumFieldDescriptor
java.lang.Object
org.fusesource.hawtbuf.proto.compiler.EnumFieldDescriptor
public class EnumFieldDescriptor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumFieldDescriptor
public EnumFieldDescriptor(EnumDescriptor parent)
setName
public void setName(String name)
setValue
public void setValue(int value)
getName
public String getName()
getValue
public int getValue()
getParent
public EnumDescriptor getParent()
getAssociatedType
public TypeDescriptor getAssociatedType()
associate
public void associate(TypeDescriptor associatedType)
Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.