public class EnumDetail
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ClassCustom |
m_custom
Enumeration class customization information.
|
private boolean |
m_isGlobal
Global type definition flag.
|
Constructor and Description |
---|
EnumDetail(ClassCustom cust)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ClassCustom |
getCustom()
Get class customization information.
|
boolean |
isGlobal()
Check if global type definition.
|
void |
setGlobal(boolean global)
Set global type definition.
|
private final ClassCustom m_custom
private boolean m_isGlobal
public EnumDetail(ClassCustom cust)
cust
- public boolean isGlobal()
public void setGlobal(boolean global)
global
- public ClassCustom getCustom()