| java.lang.Object org.jboss.verifier.Section
Section | public class Section (Code) | | Represents a section in the EJB spec.
author: Juha Lindfors version: $Revision: 57209 $ since: JDK 1.3 |
Constructor Summary | |
public | Section(String id) | public | Section(String id, String info) Constructor that takes an additional String parameter which
gives a hint about the actual error that occured. |
Section | public Section(String id, String info)(Code) | | Constructor that takes an additional String parameter which
gives a hint about the actual error that occured.
|
getSection | public String getSection()(Code) | | Returns the section string
|
getSectionToken | public String getSectionToken(int index)(Code) | | Returns the section number by index
|
hasInfo | public boolean hasInfo()(Code) | | |
toString | public String toString()(Code) | | String representation of this object
|
|
|