public final class ValueType extends Object
Class incapsulating print ticket property value types.
Modifier and Type | Field and Description |
---|---|
static ValueType |
Decimal
Decimal type ("xsd:decimal").
|
static ValueType |
Integer
Integer type ("xsd:integer").
|
static ValueType |
QName
QName type ("xsd:QName").
|
static ValueType |
String
String type ("xsd:string").
|
public static ValueType Integer
Integer type ("xsd:integer").
public static ValueType Decimal
Decimal type ("xsd:decimal").
public static ValueType String
String type ("xsd:string").
public static ValueType QName
QName type ("xsd:QName").
public ValueType(String type)
Creates custom property value type.
type
- Type in a form "ns:type".