|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.schema.generator.EnumDetail
public class EnumDetail
Holder for details about an enumeration type to be included in the schema definition. An instance of this class is created for each enumeration type found. The actual generation process may be either in-line or as a separate simpleType, depending on whether the same enumeration is used more than once.
Field Summary | |
---|---|
private ClassCustom |
m_custom
Enumeration class customization information. |
private boolean |
m_isGlobal
Global type definition flag. |
Constructor Summary | |
---|---|
EnumDetail(ClassCustom cust)
Constructor. |
Method Summary | |
---|---|
ClassCustom |
getCustom()
Get class customization information. |
boolean |
isGlobal()
Check if global type definition. |
void |
setGlobal(boolean global)
Set global type definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final ClassCustom m_custom
private boolean m_isGlobal
Constructor Detail |
---|
public EnumDetail(ClassCustom cust)
cust
- Method Detail |
---|
public boolean isGlobal()
public void setGlobal(boolean global)
global
- public ClassCustom getCustom()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |