Package com.perforce.p4java.core
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 Summary
Modifier and TypeMethodDescriptionintgetCode()intgetName()voidsetCode(int code) voidsetDataType(String dataType) voidsetFieldType(String fieldType) voidsetLength(int length) void