Class NameValue


  • public class NameValue
    extends java.lang.Object
    Helper class which returns pretty names plus actual stuff to append to the sharepoint path
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _rcsid  
      protected java.lang.String prettyName  
      protected java.lang.String realValue  
    • Constructor Summary

      Constructors 
      Constructor Description
      NameValue​(java.lang.String realValue, java.lang.String prettyName)
      Instantiate
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPrettyName()
      Get the pretty name
      java.lang.String getValue()
      Get the real value
      • Methods inherited from class java.lang.Object

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

      • prettyName

        protected java.lang.String prettyName
      • realValue

        protected java.lang.String realValue
    • Constructor Detail

      • NameValue

        public NameValue​(java.lang.String realValue,
                         java.lang.String prettyName)
        Instantiate
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Get the real value
      • getPrettyName

        public java.lang.String getPrettyName()
        Get the pretty name