org.apache.activemq.protobuf.compiler
Class EnumFieldDescriptor

java.lang.Object
  extended by org.apache.activemq.protobuf.compiler.EnumFieldDescriptor

public class EnumFieldDescriptor
extends java.lang.Object


Constructor Summary
EnumFieldDescriptor(EnumDescriptor parent)
           
 
Method Summary
 void associate(TypeDescriptor associatedType)
           
 TypeDescriptor getAssociatedType()
           
 java.lang.String getName()
           
 EnumDescriptor getParent()
           
 int getValue()
           
 void setName(java.lang.String name)
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumFieldDescriptor

public EnumFieldDescriptor(EnumDescriptor parent)
Method Detail

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. All Rights Reserved.