|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Field
public class Field
ESRI Field Object.
Java class for Field complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Field">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Type" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriFieldType"/>
<element name="IsNullable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Length" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Precision" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Scale" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Editable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DomainFixed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="GeometryDef" type="{http://www.esri.com/schemas/ArcGIS/10.0}GeometryDef" minOccurs="0"/>
<element name="AliasName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ModelName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DefaultValue" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="Domain" type="{http://www.esri.com/schemas/ArcGIS/10.0}Domain" minOccurs="0"/>
<element name="RasterDef" type="{http://www.esri.com/schemas/ArcGIS/10.0}RasterDef" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
ESRI Field Object.
| Constructor Summary | |
|---|---|
Field()
Field default constructor. |
|
Field(String name,
EsriFieldType type,
boolean isNullable,
int length,
int precision,
int scale,
Boolean required,
Boolean editable,
Boolean domainFixed,
GeometryDef geometryDef,
String aliasName,
String modelName,
Object defaultValue,
Domain domain,
RasterDef rasterDef)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getAliasName()
The alias name of the field. |
Object |
getDefaultValue()
The default value of the field. |
Domain |
getDomain()
The default domain of the field. |
Boolean |
getDomainFixed()
Indicates if the field's domain is fixed. |
Boolean |
getEditable()
Indicates if the field is editable. |
GeometryDef |
getGeometryDef()
The geometry definition for the field if IsGeometry is TRUE. |
int |
getLength()
The maximum length, in bytes, for values described by the field. |
String |
getModelName()
The model name of the field. |
String |
getName()
The name of the field. |
int |
getPrecision()
The precision for field values. |
RasterDef |
getRasterDef()
The raster column definition. |
Boolean |
getRequired()
Indicates if the field is required. |
int |
getScale()
The scale for field values. |
EsriFieldType |
getType()
The type of the field. |
Boolean |
isDomainFixed()
Indicates if the field's domain is fixed. |
Boolean |
isEditable()
Indicates if the field is editable. |
boolean |
isIsNullable()
Indicates if the field can contain null values. |
Boolean |
isRequired()
Indicates if the field is required. |
void |
setAliasName(String value)
The alias name of the field. |
void |
setDefaultValue(Object value)
The default value of the field. |
void |
setDomain(Domain value)
The default domain of the field. |
void |
setDomainFixed(Boolean value)
Indicates if the field's domain is fixed. |
void |
setEditable(Boolean value)
Indicates if the field is editable. |
void |
setGeometryDef(GeometryDef value)
The geometry definition for the field if IsGeometry is TRUE. |
void |
setIsNullable(boolean value)
Indicates if the field can contain null values. |
void |
setLength(int value)
The maximum length, in bytes, for values described by the field. |
void |
setModelName(String value)
The model name of the field. |
void |
setName(String value)
The name of the field. |
void |
setPrecision(int value)
The precision for field values. |
void |
setRasterDef(RasterDef value)
The raster column definition. |
void |
setRequired(Boolean value)
Indicates if the field is required. |
void |
setScale(int value)
The scale for field values. |
void |
setType(EsriFieldType value)
The type of the field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public Field(String name,
EsriFieldType type,
boolean isNullable,
int length,
int precision,
int scale,
Boolean required,
Boolean editable,
Boolean domainFixed,
GeometryDef geometryDef,
String aliasName,
String modelName,
Object defaultValue,
Domain domain,
RasterDef rasterDef)
public Field()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic EsriFieldType getType()
EsriFieldTypepublic void setType(EsriFieldType value)
value - allowed object is
EsriFieldTypepublic boolean isIsNullable()
public void setIsNullable(boolean value)
public int getLength()
public void setLength(int value)
public int getPrecision()
public void setPrecision(int value)
public int getScale()
public void setScale(int value)
public Boolean getRequired()
Booleanpublic Boolean isRequired()
public void setRequired(Boolean value)
value - allowed object is
Booleanpublic Boolean getEditable()
Booleanpublic Boolean isEditable()
public void setEditable(Boolean value)
value - allowed object is
Booleanpublic Boolean getDomainFixed()
Booleanpublic Boolean isDomainFixed()
public void setDomainFixed(Boolean value)
value - allowed object is
Booleanpublic GeometryDef getGeometryDef()
GeometryDefpublic void setGeometryDef(GeometryDef value)
value - allowed object is
GeometryDefpublic String getAliasName()
Stringpublic void setAliasName(String value)
value - allowed object is
Stringpublic String getModelName()
Stringpublic void setModelName(String value)
value - allowed object is
Stringpublic Object getDefaultValue()
Objectpublic void setDefaultValue(Object value)
value - allowed object is
Objectpublic Domain getDomain()
Domainpublic void setDomain(Domain value)
value - allowed object is
Domainpublic RasterDef getRasterDef()
RasterDefpublic void setRasterDef(RasterDef value)
value - allowed object is
RasterDef
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||