Class ArgumentContent


  • public class ArgumentContent
    extends java.lang.Object
    Class for perspective dialog argument content.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ArgumentContent.Format
      Definition of argument content formats.
    • Constructor Summary

      Constructors 
      Constructor Description
      ArgumentContent​(java.lang.String value)
      Constructor.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ArgumentContent parseContent​(java.lang.String content)
      Parse content string.
      • Methods inherited from class java.lang.Object

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

      • value

        public final java.lang.String value
        The value.
    • Constructor Detail

      • ArgumentContent

        public ArgumentContent​(java.lang.String value)
        Constructor.
        Parameters:
        value - argument value
    • Method Detail

      • parseContent

        public static ArgumentContent parseContent​(java.lang.String content)
        Parse content string.
        Parameters:
        content - the content string to parse
        Returns:
        new argument content