org.jibx.runtime
Class EnumSet.EnumItem
java.lang.Object
org.jibx.runtime.EnumSet.EnumItem
- Enclosing class:
- EnumSet
public static class EnumSet.EnumItem
- extends Object
Enumeration pair information. This gives an int value along
with the associated String representation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_value
public final int m_value
m_name
public final String m_name
EnumSet.EnumItem
public EnumSet.EnumItem(int value,
String name)
Copyright © 2005-2011 jibx.org. All Rights Reserved.