Class EnvironmentProperty


  • public class EnvironmentProperty
    extends java.lang.Object
    Environment property.
    Since:
    8.2.0
    Version:
    $Revision: 20509 $ $Date: 2017-09-11 16:18:14 -0300 (Mon, 11 Sep 2017) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns this property name.
      java.util.List<java.lang.String> getValues()
      Returns the values.
      • Methods inherited from class java.lang.Object

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

      • getValues

        public java.util.List<java.lang.String> getValues()
        Returns the values.
        Returns:
        the values
        Since:
        8.2.0
      • getName

        public java.lang.String getName()
        Returns this property name.
        Returns:
        this property name.
        Since:
        8.2.0