Methods Summary |
---|
public int | getAllocationSize()INTERNAL:
return m_helper.getNodeValue(m_node, XMLConstants.ATT_ALLOCATION_SIZE, 50);
|
public int | getInitialValue()INTERNAL:
return m_helper.getNodeValue(m_node, XMLConstants.ATT_INITIAL_VALUE, 0);
|
public java.lang.String | getName()INTERNAL:
return m_helper.getNodeValue(m_node, XMLConstants.ATT_NAME);
|
public java.lang.String | getSequenceName()INTERNAL:
return m_helper.getNodeValue(m_node, XMLConstants.ATT_SEQUENCE_NAME, getName());
|
public boolean | loadedFromAnnotations()INTERNAL:
return false;
|
public boolean | loadedFromXML()INTERNAL:
return true;
|