Class EmptyCompositeType

    • Constructor Detail

      • EmptyCompositeType

        public EmptyCompositeType()
    • Method Detail

      • getFields

        public scala.collection.immutable.Seq<String> getFields()
        Description copied from interface: CompositeType
        Returns all the fields.

        Specified by:
        getFields in interface CompositeType
        Returns:
        all the fields
      • getFieldType

        public scala.Option<String> getFieldType​(String field)
        Description copied from interface: CompositeType
        Returns an optional containing the type of the given field, if the field is present, or an empty optional otherwise.

        Specified by:
        getFieldType in interface CompositeType
        Parameters:
        field - field
        Returns:
        an optional containing the type of the given field, if the field is present, or an empty optional otherwise