Class Field.Type

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class Field.Type
     implements Parcelable
                        

    Field 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 field type name scoped to the containing document type
      final String getFullName() Unique global field type name prefixed with the document types of all containing documents
      final String getNormalizedName() Normalized global field type name.
      final CommonFieldType getCommonType() optional common field type.
      • Methods inherited from class java.lang.Object

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

      • getName

         final String getName()

        Local field type name scoped to the containing document type

      • getFullName

         final String getFullName()

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

      • getNormalizedName

         final String getNormalizedName()

        Normalized global field type name. Fields in document types derived from the same base document type in the schema will have the same normalized name.

      • getCommonType

         final CommonFieldType getCommonType()

        optional common field type. Commonly occurring fields that have the same semantic meaning in different document types will often have a set common type.