public class EnumFieldDescriptor extends Object
Constructor and Description |
---|
EnumFieldDescriptor(EnumDescriptor parent) |
Modifier and Type | Method and Description |
---|---|
void |
associate(TypeDescriptor associatedType) |
TypeDescriptor |
getAssociatedType() |
String |
getName() |
EnumDescriptor |
getParent() |
int |
getValue() |
void |
setName(String name) |
void |
setValue(int value) |
public EnumFieldDescriptor(EnumDescriptor parent)
public void setName(String name)
public void setValue(int value)
public String getName()
public int getValue()
public EnumDescriptor getParent()
public TypeDescriptor getAssociatedType()
public void associate(TypeDescriptor associatedType)
Copyright © 2010–2021 FuseSource, Corp.. All rights reserved.