|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.verifier.Section
public class Section
Represents a section in the EJB spec.
Constructor Summary | |
---|---|
Section(String id)
Default Constructor |
|
Section(String id,
String info)
Constructor that takes an additional String parameter which gives a hint about the actual error that occured. |
Method Summary | |
---|---|
String |
getInfo()
|
String |
getSection()
Returns the section string |
String |
getSectionToken(int index)
Returns the section number by index |
Iterator |
getSectionTokens()
|
boolean |
hasInfo()
|
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(String id)
public Section(String id, String info)
Method Detail |
---|
public String getSectionToken(int index)
public Iterator getSectionTokens()
public String getSection()
public String toString()
toString
in class Object
public boolean hasInfo()
public String getInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |