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, toString
public Language()
public Language(String stValue) throws IllegalArgumentException
IllegalArgumentException
- will be thrown if validation failsCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.