Class ApplicationName

  • All Implemented Interfaces:
    java.lang.Comparable<ApplicationName>

    public class ApplicationName
    extends java.lang.Object
    implements java.lang.Comparable<ApplicationName>
    Represents an applications name, which may be any kind of string or default. This type is defined in order to provide a type safe API for defining environments.
    Since:
    5.25
    Author:
    Ulf Lilleengen
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isDefault

        public boolean isDefault()
      • value

        public java.lang.String value()