public class Form
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static Form |
Qualified |
The Qualified Form Object
|
static java.lang.String |
QUALIFIED_VALUE |
The String value for the qualified Form
|
static Form |
Unqualified |
The Qualified Form Object
|
static java.lang.String |
UNQUALIFIED_VALUE |
The String value for the unqualified Form
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.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.
|
java.lang.String |
toString() |
Returns the String value of this Form.
|
static Form |
valueOf(java.lang.String formValue) |
Returns the Form corresponding to the given value.
|
public static final java.lang.String QUALIFIED_VALUE
public static final java.lang.String UNQUALIFIED_VALUE
public static final Form Qualified
public static final Form Unqualified
public java.lang.String getValue()
public boolean isQualified()
public boolean isUnqualified()
public java.lang.String toString()
toString
in class java.lang.Object
public static Form valueOf(java.lang.String formValue)
formValue
- the value of the Form to return.java.lang.IllegalArgumentException
- when the given value
is not valid.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com