Class PathConstants


  • public class PathConstants
    extends java.lang.Object
    Utility class to obtain path attributes as constants.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String COST_DESCRIPTION
      Cost description attribute.
      static java.lang.String COST_VALUE
      Cost value attribute.
      static java.lang.String CREATION_DATE
      Creation date attribute.
      static java.lang.String DESCRIPTION
      Description attribute.
      static java.lang.String PATH_COLOR
      Path color attribute.
    • Constructor Summary

      Constructors 
      Constructor Description
      PathConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DESCRIPTION

        public static final java.lang.String DESCRIPTION
        Description attribute.
        See Also:
        Constant Field Values
      • CREATION_DATE

        public static final java.lang.String CREATION_DATE
        Creation date attribute.
        See Also:
        Constant Field Values
      • COST_DESCRIPTION

        public static final java.lang.String COST_DESCRIPTION
        Cost description attribute.
        See Also:
        Constant Field Values
      • COST_VALUE

        public static final java.lang.String COST_VALUE
        Cost value attribute.
        See Also:
        Constant Field Values
      • PATH_COLOR

        public static final java.lang.String PATH_COLOR
        Path color attribute.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PathConstants

        public PathConstants()