public class Language extends Token
| Constructor and Description |
|---|
Language() |
Language(String stValue)
ctor for Language
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValid(String stValue)
Validates the value against the xsd definition.
|
equals, hashCode, toStringpublic Language()
public Language(String stValue) throws IllegalArgumentException
IllegalArgumentException - will be thrown if validation failsCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.