Class StringFieldDefinition

    • Constructor Detail

      • StringFieldDefinition

        public StringFieldDefinition​(Class<? extends IComponent<?>> componentClass,
                                     IParameterization parameterization,
                                     String label,
                                     String stringIdentifier)
        Creates a new definition.
        Parameters:
        componentClass - the class of the component, cannot be null.
        parameterization - the parameterization, cannot be null.
        label - the label, cannot be null.
        stringIdentifier - the string identifier, cannot be null.