Class DatatypeRepertoire.Type

  • Enclosing class:
    DatatypeRepertoire

    public static class DatatypeRepertoire.Type
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIndex()  
      java.lang.String getName()  
      boolean isTypical​(java.lang.String value)  
      boolean matches​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • matches

        public boolean matches​(java.lang.String value)
      • isTypical

        public boolean isTypical​(java.lang.String value)
      • getName

        public java.lang.String getName()
      • getIndex

        public int getIndex()