Interface IJobSpec.IJobSpecField

All Known Implementing Classes:
JobSpec.JobSpecField
Enclosing interface:
IJobSpec

public static interface IJobSpec.IJobSpecField
Interface onto the main jobspec field specifier. Semantics and usage are described in the main Perforce jobspec documentation and will not be given here.
  • Method Details

    • getCode

      int getCode()
    • setCode

      void setCode(int code)
    • getName

      String getName()
    • setName

      void setName(String name)
    • getDataType

      String getDataType()
    • setDataType

      void setDataType(String dataType)
    • getLength

      int getLength()
    • setLength

      void setLength(int length)
    • getFieldType

      String getFieldType()
    • setFieldType

      void setFieldType(String fieldType)