Class IDataSetFieldsWrapper.FieldCommand

  • Enclosing interface:
    IDataSetFieldsWrapper

    public static class IDataSetFieldsWrapper.FieldCommand
    extends Object
    Command for field (wrapper for CompoundCommand)
    • Constructor Detail

      • FieldCommand

        public FieldCommand​(DataSetField field)
        Constructor
        Parameters:
        field - field, can't be null
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Check whether command is empty
        Returns:
        whether command is empty
      • getField

        public DataSetField getField()
        Get root field
        Returns:
        field, never null
      • getFieldCount

        public int getFieldCount()
        Get fields count
        Returns:
        count
      • getCommandCount

        public int getCommandCount()
        Get internal commands count
        Returns:
        count