protected class JobSpec.JobSpecField extends Object implements IJobSpec.IJobSpecField
| Modifier | Constructor and Description |
|---|---|
protected |
JobSpecField() |
protected |
JobSpecField(String fieldStr) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getDataType() |
String |
getFieldType() |
int |
getLength() |
String |
getName() |
void |
setCode(int code) |
void |
setDataType(String dataType) |
void |
setFieldType(String fieldType) |
void |
setLength(int length) |
void |
setName(String name) |
protected JobSpecField()
protected JobSpecField(String fieldStr)
public int getCode()
getCode in interface IJobSpec.IJobSpecFieldpublic void setCode(int code)
setCode in interface IJobSpec.IJobSpecFieldpublic String getDataType()
getDataType in interface IJobSpec.IJobSpecFieldpublic void setDataType(String dataType)
setDataType in interface IJobSpec.IJobSpecFieldpublic String getFieldType()
getFieldType in interface IJobSpec.IJobSpecFieldpublic void setFieldType(String fieldType)
setFieldType in interface IJobSpec.IJobSpecFieldpublic int getLength()
getLength in interface IJobSpec.IJobSpecFieldpublic void setLength(int length)
setLength in interface IJobSpec.IJobSpecFieldpublic String getName()
getName in interface IJobSpec.IJobSpecFieldpublic void setName(String name)
setName in interface IJobSpec.IJobSpecFieldCopyright © 2017 Perforce Software. All Rights Reserved.