Class ProfileTableCreationRule


  • public class ProfileTableCreationRule
    extends Rule
    A type of rule for creating and adding a profile table to the export data.
    Note: this is not a subclass of ProfileRule, because it exists outside of any existing profile context.
    • Constructor Detail

      • ProfileTableCreationRule

        public ProfileTableCreationRule​(@Nonnull
                                        java.lang.String tableName,
                                        @Nonnull
                                        java.lang.String specName,
                                        @Nonnull
                                        java.lang.String specVendor,
                                        @Nonnull
                                        java.lang.String specVersion)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object