Initializing help system before first use

XPRMType

  • java.lang.Object
    • com.dashoptimization.XPRMType
  • All Implemented Interfaces:
    XPRMTyped


    public class XPRMType
    extends java.lang.Object
    implements XPRMTyped
    A type in Mosel.
    • Method Detail

      • getTypeCode

        public final int getTypeCode()
        Description copied from interface: XPRMTyped
        Type code. The code is one of the TYP_* values.
        Specified by:
        getTypeCode in interface  XPRMTyped
        Returns:
        Encoded type
      • getTypeName

        public java.lang.String getTypeName()
        Description copied from interface: XPRMTyped
        String representation of type.
        Specified by:
        getTypeName in interface  XPRMTyped
        Returns:
        Type name
      • getStructCode

        public final int getStructCode()
        Description copied from interface: XPRMTyped
        Structure code. The code is one of the STR_* values.
        Specified by:
        getStructCode in interface  XPRMTyped
        Returns:
        Encoded structure
      • getStructName

        public java.lang.String getStructName()
        Description copied from interface: XPRMTyped
        String representation of structure.
        Specified by:
        getStructName in interface  XPRMTyped
        Returns:
        Structure name