public class Form extends Object
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final String QUALIFIED_VALUE
public static final String UNQUALIFIED_VALUE
public static final Form Qualified
public static final Form Unqualified
public String getValue()
public boolean isQualified()
public boolean isUnqualified()
public String toString()
public static Form valueOf(String formValue)
formValue
- the value of the Form to return.IllegalArgumentException
- when the given value
is not valid.Copyright © 2022. All rights reserved.