Class Variantdef


  • public class Variantdef
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String current  
      protected java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      Variantdef()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCurrent()
      Gets the value of the current property.
      java.lang.String getName()
      Gets the value of the name property.
      void setCurrent​(java.lang.String value)
      Sets the value of the current property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      • Methods inherited from class java.lang.Object

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

      • name

        protected java.lang.String name
      • current

        protected java.lang.String current
    • Constructor Detail

      • Variantdef

        public Variantdef()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getCurrent

        public java.lang.String getCurrent()
        Gets the value of the current property.
        Returns:
        possible object is String
      • setCurrent

        public void setCurrent​(java.lang.String value)
        Sets the value of the current property.
        Parameters:
        value - allowed object is String