org.apache.activemq.protobuf.compiler
Class EnumFieldDescriptor
java.lang.Object
org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
public class EnumFieldDescriptor
- extends java.lang.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(java.lang.String name)
setValue
public void setValue(int value)
getName
public java.lang.String getName()
getValue
public int getValue()
getParent
public EnumDescriptor getParent()
getAssociatedType
public TypeDescriptor getAssociatedType()
associate
public void associate(TypeDescriptor associatedType)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.