Initializing help system before first use

XPRMAnnotation

  • java.lang.Object
    • com.dashoptimization.XPRMAnnotation


  • public class XPRMAnnotation
    extends java.lang.Object
    An annotation in Mosel.
    • Field Summary

      Modifier and Type Field and Description
      java.lang.String name
      Name of the annotation.
      java.lang.String value
      Value of the annotation.
    • Method Summary

      Modifier and Type Method and Description
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
        Name of the annotation.
      • value

        public java.lang.String value
        Value of the annotation.
    • Method Detail

      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class  java.lang.Object