public class ValidatedInfo extends Object
Modifier and Type | Field and Description |
---|---|
Object |
actualValue
The actual value from a string value (QName, Boolean, etc.)
An array of Objects if the type is a list.
|
short |
actualValueType
The type of the actual value.
|
ShortList |
itemValueTypes
In the case the value is a list or a list of unions, this value
indicates the type(s) of the items in the list.
|
XSSimpleType |
memberType
If the type is a union type, then the member type which
actually validated the string value.
|
XSSimpleType[] |
memberTypes
If
1.
|
String |
normalizedValue
The normalized value of a string value
|
Constructor and Description |
---|
ValidatedInfo() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isComparable(ValidatedInfo info1,
ValidatedInfo info2)
Returns true if the two ValidatedInfo objects can be compared in the same
value space.
|
void |
reset()
reset the state of this object
|
String |
stringValue()
Return a string representation of the value.
|
public String normalizedValue
public Object actualValue
public short actualValueType
public XSSimpleType memberType
public XSSimpleType[] memberTypes
public ShortList itemValueTypes
public void reset()
public String stringValue()
public static boolean isComparable(ValidatedInfo info1, ValidatedInfo info2)
Copyright © 2018 JBoss by Red Hat. All rights reserved.