| java.lang.Object | |
| ↳ | com.clarizen.api.metadata.FieldDescription |
Known Direct Subclasses
|
Java class for FieldDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FieldDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{http://clarizen.com/api/metadata}FieldType" minOccurs="0"/>
<element name="Calculated" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="CreateOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Custom" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="DefaultValue" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="Internal" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Nullable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="PresentationType" type="{http://clarizen.com/api/metadata}PresentationType" minOccurs="0"/>
<element name="System" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Updateable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Visible" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="DecimalPlaces" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| calculated | |||||||||||
| createOnly | |||||||||||
| custom | |||||||||||
| decimalPlaces | |||||||||||
| defaultValue | |||||||||||
| internal | |||||||||||
| label | |||||||||||
| name | |||||||||||
| nullable | |||||||||||
| presentationType | |||||||||||
| system | |||||||||||
| type | |||||||||||
| updateable | |||||||||||
| visible | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the decimalPlaces property.
| |||||||||||
Gets the value of the defaultValue property.
| |||||||||||
Gets the value of the label property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the presentationType property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the calculated property.
| |||||||||||
Gets the value of the createOnly property.
| |||||||||||
Gets the value of the custom property.
| |||||||||||
Gets the value of the internal property.
| |||||||||||
Gets the value of the nullable property.
| |||||||||||
Gets the value of the system property.
| |||||||||||
Gets the value of the updateable property.
| |||||||||||
Gets the value of the visible property.
| |||||||||||
Sets the value of the calculated property.
| |||||||||||
Sets the value of the createOnly property.
| |||||||||||
Sets the value of the custom property.
| |||||||||||
Sets the value of the decimalPlaces property.
| |||||||||||
Sets the value of the defaultValue property.
| |||||||||||
Sets the value of the internal property.
| |||||||||||
Sets the value of the label property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the nullable property.
| |||||||||||
Sets the value of the presentationType property.
| |||||||||||
Sets the value of the system property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
Sets the value of the updateable property.
| |||||||||||
Sets the value of the visible property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the decimalPlaces property.
Gets the value of the defaultValue property.
Gets the value of the label property.
Gets the value of the name property.
Gets the value of the presentationType property.
PresentationType
Gets the value of the type property.
FieldType
Gets the value of the calculated property.
Gets the value of the createOnly property.
Gets the value of the custom property.
Gets the value of the internal property.
Gets the value of the nullable property.
Gets the value of the system property.
Gets the value of the updateable property.
Gets the value of the visible property.
Sets the value of the calculated property.
| value |
|---|
Sets the value of the createOnly property.
| value |
|---|
Sets the value of the custom property.
| value |
|---|
Sets the value of the decimalPlaces property.
| value |
|---|
Sets the value of the defaultValue property.
| value | Allowed object is Object |
|---|
Sets the value of the internal property.
| value |
|---|
Sets the value of the label property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the nullable property.
| value |
|---|
Sets the value of the presentationType property.
| value | Allowed object is
PresentationType
|
|---|
Sets the value of the system property.
| value |
|---|
Sets the value of the type property.
| value | Allowed object is
FieldType
|
|---|
Sets the value of the updateable property.
| value |
|---|
Sets the value of the visible property.
| value |
|---|