Class PlaceholderVariant.Definition

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    PlaceholderVariant

    public static class PlaceholderVariant.Definition
    extends java.lang.Object
    implements java.io.Serializable
    The type Definition.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Definition()
      Instantiates a new Definition.
      Definition​(int type, java.lang.String key, java.lang.String value)
      Instantiates a new Definition.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Gets key.
      int getType()
      Gets type.
      java.lang.String getValue()
      Gets value.
      void setKey​(java.lang.String key)
      Sets key.
      void setType​(int type)
      Sets type.
      void setValue​(java.lang.String value)
      Sets value.
      • Methods inherited from class java.lang.Object

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

      • Definition

        public Definition()
        Instantiates a new Definition.
      • Definition

        public Definition​(int type,
                          java.lang.String key,
                          java.lang.String value)
        Instantiates a new Definition.
        Parameters:
        type - the type
        key - the key
        value - the value
    • Method Detail

      • getType

        public int getType()
        Gets type.
        Returns:
        the type
      • setType

        public void setType​(int type)
        Sets type.
        Parameters:
        type - the type to set
      • getKey

        public java.lang.String getKey()
        Gets key.
        Returns:
        the key
      • setKey

        public void setKey​(java.lang.String key)
        Sets key.
        Parameters:
        key - the key to set
      • getValue

        public java.lang.String getValue()
        Gets value.
        Returns:
        the value
      • setValue

        public void setValue​(java.lang.String value)
        Sets value.
        Parameters:
        value - the value to set