Class ProfileAction.AddAttribute

    • Constructor Detail

      • AddAttribute

        public AddAttribute​(@Nonnull
                            java.lang.String name,
                            @Nonnull
                            java.lang.String type,
                            boolean isSerialised,
                            @Nullable
                            java.lang.String serialisationVersion,
                            @Nonnull
                            ObjectGenerator defaultValue)
        Parameters:
        name - The name of the attribute.
        type - The Java type of the attribute, as a fully qualified class name.
        isSerialised - Whether the attribute is stored in serialised form in the profile export XML.
        serialisationVersion - The serialisation-version to use in the profile export XML.
        defaultValue - Used to generate a value to use when a value is not specified elsewhere.
    • Method Detail

      • equals

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

        public java.lang.String toString()