Class DatatypeInfo

java.lang.Object
com.adobe.xmp.schema.rng.model.DatatypeInfo

public class DatatypeInfo extends Object
This class models data types of values defined in input RelaxNG schema
  • Constructor Details

    • DatatypeInfo

      public DatatypeInfo(String name)
      Constructs a new DatatypeInfo.
      Parameters:
      name - name of data type
    • DatatypeInfo

      public DatatypeInfo(String name, boolean raw)
      Constructs a new DatatypeInfo.
      Parameters:
      name - name of data type
      raw - If this is a raw data type defined in the RelaxNG spec
  • Method Details

    • getName

      public String getName()
      Returns:
      the mName
    • isRawType

      public boolean isRawType()
      Returns:
      true if this is a raw type, else false
    • toString

      public String toString()
      Overrides:
      toString in class Object