Class PropertyValueDescription


  • public class PropertyValueDescription
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getFormat()  
      java.lang.String getPattern()  
      void setFormat​(java.lang.String format)  
      void setPattern​(java.lang.String pattern)  
      • Methods inherited from class java.lang.Object

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

      • PropertyValueDescription

        public PropertyValueDescription()
      • PropertyValueDescription

        public PropertyValueDescription​(java.lang.String pattern,
                                        java.lang.String format)
    • Method Detail

      • getPattern

        public java.lang.String getPattern()
      • setPattern

        public void setPattern​(java.lang.String pattern)
      • getFormat

        public java.lang.String getFormat()
      • setFormat

        public void setFormat​(java.lang.String format)