public class Language extends Token
| Constructor and Description |
|---|
Language() |
Language(java.lang.String stValue)
ctor for Language
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValid(java.lang.String stValue)
Validates the value against the xsd definition.
|
equals, hashCode, toStringpublic Language()
public Language(java.lang.String stValue)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException - will be thrown if validation failspublic static boolean isValid(java.lang.String stValue)
Copyright © 2004-2019 The Apache Software Foundation. All Rights Reserved.