Class GenericParameter<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String compose()
      has to be implemented in subclass to return the correct "name=value" - syntax.
      boolean isSet()
      has to be implemented in subclass to determine if the parameter is set or not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GenericParameter

        public GenericParameter​(java.lang.String name)
      • GenericParameter

        public GenericParameter​(java.lang.String name,
                                T value)
      • GenericParameter

        public GenericParameter​(java.lang.String name,
                                T value,
                                boolean useValueQuotes)
    • Method Detail

      • isSet

        public boolean isSet()
        Description copied from interface: Parameter
        has to be implemented in subclass to determine if the parameter is set or not.
        Returns:
        true, if set, false otherwise.
      • compose

        public java.lang.String compose()
        Description copied from interface: Parameter
        has to be implemented in subclass to return the correct "name=value" - syntax.
        Returns:
        a string representing the correct syntax for MadX