Class RefPath


  • public class RefPath
    extends Path
    Created by Helmsdown on 7/8/15. This class extends directly from Path for now. At some future date we will need to make Path an interface to follow the pattern established by Model, Property and Parameter
    • Constructor Detail

      • RefPath

        public RefPath()
      • RefPath

        public RefPath​(String ref)
    • Method Detail

      • set$ref

        public void set$ref​(String ref)
      • get$ref

        public String get$ref()
      • getOriginalRef

        public String getOriginalRef()
        Returns:
        originalRef
        Since:
        1.5.21
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class Path
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Path
      • getRefFormat

        public RefFormat getRefFormat()