| java.lang.Object | |
| ↳ | com.clarizen.api.metadata.EntityDescription |
Known Direct Subclasses
|
Java class for EntityDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntityDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Fields" type="{http://clarizen.com/api/metadata}ArrayOfFieldDescription" minOccurs="0"/>
<element name="TypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ValidStates" type="{http://clarizen.com/api}stringList" minOccurs="0"/>
<element name="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LabelPlural" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fields | |||||||||||
| label | |||||||||||
| labelPlural | |||||||||||
| typeName | |||||||||||
| validStates | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fields property.
| |||||||||||
Gets the value of the label property.
| |||||||||||
Gets the value of the labelPlural property.
| |||||||||||
Gets the value of the typeName property.
| |||||||||||
Gets the value of the validStates property.
| |||||||||||
Sets the value of the fields property.
| |||||||||||
Sets the value of the label property.
| |||||||||||
Sets the value of the labelPlural property.
| |||||||||||
Sets the value of the typeName property.
| |||||||||||
Sets the value of the validStates property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the fields property.
ArrayOfFieldDescription
Gets the value of the label property.
Gets the value of the labelPlural property.
Gets the value of the typeName property.
Gets the value of the validStates property.
StringList
Sets the value of the fields property.
| value | Allowed object is
ArrayOfFieldDescription
|
|---|
Sets the value of the label property.
| value | Allowed object is String |
|---|
Sets the value of the labelPlural property.
| value | Allowed object is String |
|---|
Sets the value of the typeName property.
| value | Allowed object is String |
|---|
Sets the value of the validStates property.
| value | Allowed object is
StringList
|
|---|