org.exolab.castor.xml.schema
public class Form extends Object
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:09:31 $
| Field Summary | |
|---|---|
| static Form | Qualified
The Qualified Form Object
|
| static String | QUALIFIED_VALUE
The String value for the qualified Form
|
| static Form | Unqualified
The Qualified Form Object
|
| static String | UNQUALIFIED_VALUE
The String value for the unqualified Form
|
| Method Summary | |
|---|---|
| String | getValue()
Returns the String value of this Form.
|
| boolean | isQualified()
Returns true if this Form is the qualified Form.
|
| boolean | isUnqualified()
Returns true if this Form is the unqualified Form.
|
| String | toString()
Returns the String value of this Form.
|
| static Form | valueOf(String formValue)
Returns the Form corresponding to the given value.
|
Returns: the String value of this Form.
Returns: true if this Form is the qualified Form.
Returns: true if this Form is the unqualified Form.
Returns: the String value of this Form.
Parameters: formValue the value of the Form to return.
Returns: the Form corresponding to the given value.
Throws: IllegalArgumentException when the given value is not valid.