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.IJobSpecField
public void setCode(int code)
setCode
in interface IJobSpec.IJobSpecField
public String getDataType()
getDataType
in interface IJobSpec.IJobSpecField
public void setDataType(String dataType)
setDataType
in interface IJobSpec.IJobSpecField
public String getFieldType()
getFieldType
in interface IJobSpec.IJobSpecField
public void setFieldType(String fieldType)
setFieldType
in interface IJobSpec.IJobSpecField
public int getLength()
getLength
in interface IJobSpec.IJobSpecField
public void setLength(int length)
setLength
in interface IJobSpec.IJobSpecField
public String getName()
getName
in interface IJobSpec.IJobSpecField
public void setName(String name)
setName
in interface IJobSpec.IJobSpecField
Copyright © 2017 Perforce Software. All Rights Reserved.