Class Type


  • public class Type
    extends java.lang.Object
    Type Class
    • Constructor Summary

      Constructors 
      Constructor Description
      Type​(java.lang.Object type)
      Class Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.ArrayList<java.lang.String> getEnumValues()
      Get Enum Values
      java.util.ArrayList<java.lang.String> getTypes()
      Get Types
      java.lang.Boolean inTypes​(java.lang.String type)
      Check if type on the types list
      • Methods inherited from class java.lang.Object

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

      • Type

        public Type​(java.lang.Object type)
        Class Constructor
        Parameters:
        type - the schema type object
    • Method Detail

      • getTypes

        public java.util.ArrayList<java.lang.String> getTypes()
        Get Types
        Returns:
        The types list
      • inTypes

        public java.lang.Boolean inTypes​(java.lang.String type)
        Check if type on the types list
        Parameters:
        type - the type
        Returns:
        Whether type on the types list
      • getEnumValues

        public java.util.ArrayList<java.lang.String> getEnumValues()
        Get Enum Values
        Returns:
        the list of values allowed