|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.verifier.Section
Represents a section in the EJB spec.
Constructor Summary | |
Section(java.lang.String id)
Default Constructor |
|
Section(java.lang.String id,
java.lang.String info)
Constructor that takes an additional String parameter which gives a hint about the actual error that occured. |
Method Summary | |
java.lang.String |
getInfo()
|
java.lang.String |
getSection()
Returns the section string |
java.lang.String |
getSectionToken(int index)
Returns the section number by index |
java.util.Iterator |
getSectionTokens()
|
boolean |
hasInfo()
|
java.lang.String |
toString()
String representation of this object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Section(java.lang.String id)
public Section(java.lang.String id, java.lang.String info)
Method Detail |
public java.lang.String getSectionToken(int index)
public java.util.Iterator getSectionTokens()
public java.lang.String getSection()
public java.lang.String toString()
public boolean hasInfo()
public java.lang.String getInfo()
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |