Class SchemaField

  • All Implemented Interfaces:
    java.io.Serializable

    public class SchemaField
    extends java.lang.Object
    implements java.io.Serializable
    Object returned by a schema request
    Included as part of a list
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String label  
      java.lang.String name  
      java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      SchemaField()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.String name
      • label

        public java.lang.String label
      • type

        public java.lang.String type
    • Constructor Detail

      • SchemaField

        public SchemaField()