Class GenericDocument.Type

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getName() Local document type name
      final String getFullName() Unique global document type name prefixed with the document types of all containing documents
      final String getNormalizedName() Normalized global document type name.
      • Methods inherited from class java.lang.Object

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

      • GenericDocument.Type

        GenericDocument.Type(String name, String fullName, String normalizedName)
    • Method Detail

      • getFullName

         final String getFullName()

        Unique global document type name prefixed with the document types of all containing documents

      • getNormalizedName

         final String getNormalizedName()

        Normalized global document type name. Common document types appearing as child documents in different places will often have the same normalized type name.