|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.PropertyInfo
public class PropertyInfo
Java class for PropertyInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AliasName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Domain" type="{http://www.esri.com/schemas/ArcGIS/10.3}Domain" minOccurs="0"/>
<element name="Editable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsNullable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Length" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Type" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriFieldType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PropertyInfo()
PropertyInfo default constructor. |
|
PropertyInfo(java.lang.String aliasName,
Domain domain,
java.lang.Boolean editable,
java.lang.Boolean isNullable,
int length,
java.lang.String name,
EsriFieldType type)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAliasName()
Gets the value of the aliasName property. |
Domain |
getDomain()
Gets the value of the domain property. |
java.lang.Boolean |
getEditable()
Gets the value of the editable property. |
java.lang.Boolean |
getIsNullable()
Gets the value of the isNullable property. |
int |
getLength()
Gets the value of the length property. |
java.lang.String |
getName()
Gets the value of the name property. |
EsriFieldType |
getType()
Gets the value of the type property. |
java.lang.Boolean |
isEditable()
|
java.lang.Boolean |
isIsNullable()
|
void |
setAliasName(java.lang.String value)
Sets the value of the aliasName property. |
void |
setDomain(Domain value)
Sets the value of the domain property. |
void |
setEditable(java.lang.Boolean value)
Sets the value of the editable property. |
void |
setIsNullable(java.lang.Boolean value)
Sets the value of the isNullable property. |
void |
setLength(int value)
Sets the value of the length property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setType(EsriFieldType value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public PropertyInfo(java.lang.String aliasName,
Domain domain,
java.lang.Boolean editable,
java.lang.Boolean isNullable,
int length,
java.lang.String name,
EsriFieldType type)
public PropertyInfo()
| Method Detail |
|---|
public java.lang.String getAliasName()
Stringpublic void setAliasName(java.lang.String value)
value - allowed object is
Stringpublic Domain getDomain()
Domainpublic void setDomain(Domain value)
value - allowed object is
Domainpublic java.lang.Boolean getEditable()
Booleanpublic java.lang.Boolean isEditable()
public void setEditable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getIsNullable()
Booleanpublic java.lang.Boolean isIsNullable()
public void setIsNullable(java.lang.Boolean value)
value - allowed object is
Booleanpublic int getLength()
public void setLength(int value)
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic EsriFieldType getType()
EsriFieldTypepublic void setType(EsriFieldType value)
value - allowed object is
EsriFieldType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||