Package com.adobe.xmp.schema.rng.model
Class DatatypeInfo
- java.lang.Object
-
- com.adobe.xmp.schema.rng.model.DatatypeInfo
-
public class DatatypeInfo extends java.lang.ObjectThis class models data types of values defined in input RelaxNG schema
-
-
Constructor Summary
Constructors Constructor Description DatatypeInfo(java.lang.String name)Constructs a new DatatypeInfo.DatatypeInfo(java.lang.String name, boolean raw)Constructs a new DatatypeInfo.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()booleanisRawType()java.lang.StringtoString()
-
-
-
Constructor Detail
-
DatatypeInfo
public DatatypeInfo(java.lang.String name)
Constructs a new DatatypeInfo.- Parameters:
name- name of data type
-
DatatypeInfo
public DatatypeInfo(java.lang.String name, boolean raw)Constructs a new DatatypeInfo.- Parameters:
name- name of data typeraw- If this is a raw data type defined in the RelaxNG spec
-
-