Class InstallationDescriptor.ArgInfo

  • Enclosing class:
    InstallationDescriptor

    public static class InstallationDescriptor.ArgInfo
    extends java.lang.Object
    The ArgInfo class defines attributes of a service command argument.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String comments  
      java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ArgInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        public java.lang.String value
      • comments

        public java.lang.String comments
    • Constructor Detail

      • ArgInfo

        public ArgInfo()