Class Scene7ConfigSetting


  • @Nonnull
    @ParametersAreNonnullByDefault
    public class Scene7ConfigSetting
    extends java.lang.Object
    A viewer configuration setting
    • Constructor Summary

      Constructors 
      Constructor Description
      Scene7ConfigSetting​(java.lang.String name, java.lang.String value, java.lang.String handle)
      Create a new viewer preset
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHandle()
      Retrieve the handle to the stored configuration
      java.lang.String getName()
      Retrieve the name of the preset
      java.lang.String getValue()
      Retrieve the value of the preset
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Scene7ConfigSetting

        public Scene7ConfigSetting​(java.lang.String name,
                                   @Nullable
                                   java.lang.String value,
                                   @Nullable
                                   java.lang.String handle)
        Create a new viewer preset
        Parameters:
        name - name of the preset
        value - (optional) value of the preset
        handle - (optional) handle to the stored config
    • Method Detail

      • getName

        public java.lang.String getName()
        Retrieve the name of the preset
        Returns:
        The preset name
      • getValue

        @Nullable
        public java.lang.String getValue()
        Retrieve the value of the preset
        Returns:
        The preset value
      • getHandle

        @Nullable
        public java.lang.String getHandle()
        Retrieve the handle to the stored configuration
        Returns:
        The optional handle value, might be null