Class UserType.Field

java.lang.Object
org.apache.cassandra.cql3.functions.types.UserType.Field
Enclosing class:
UserType

public static class UserType.Field extends Object
A UDT field.
  • Method Details

    • getName

      public String getName()
      Returns the name of the field.
      Returns:
      the name of the field.
    • getType

      public DataType getType()
      Returns the type of the field.
      Returns:
      the type of the field.
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object