Interface E3ServerCompositionParameter


public interface E3ServerCompositionParameter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Entry parameter: 'value' is the name of an entry in the JAR file containing all of the documents that comprise the composition request
    static final int
    File parameter: 'value' is an absolute path on the E3 server
    static final int
    String parameter: value is the string specified in 'value'
    static final int
    Unknown parameter value
  • Method Summary

    Modifier and Type
    Method
    Description
    Name accessor
    int
    Type code accessor
    Value accessor
    void
    Writes this parameter to an XML document
  • Field Details

    • TYPE_UNKNOWN

      static final int TYPE_UNKNOWN
      Unknown parameter value
      See Also:
    • TYPE_STRING

      static final int TYPE_STRING
      String parameter: value is the string specified in 'value'
      See Also:
    • TYPE_FILE

      static final int TYPE_FILE
      File parameter: 'value' is an absolute path on the E3 server
      See Also:
    • TYPE_ENTRY

      static final int TYPE_ENTRY
      Entry parameter: 'value' is the name of an entry in the JAR file containing all of the documents that comprise the composition request
      See Also:
  • Method Details

    • getName

      String getName()
      Name accessor
      Returns:
      name string
    • getValue

      String getValue()
      Value accessor
      Returns:
      value string
    • getType

      int getType()
      Type code accessor
      Returns:
      type code
    • serialize

      void serialize(Writer w)
      Writes this parameter to an XML document
      Parameters:
      w - PrintWriter to write to