| java.lang.Object | ||
| ↳ | com.clarizen.api.metadata.FieldDescription | |
| ↳ | com.clarizen.api.metadata.EntityFieldDescription | |
Java class for EntityFieldDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntityFieldDescription">
<complexContent>
<extension base="{http://clarizen.com/api/metadata}FieldDescription">
<sequence>
<element name="ReferencedEntities" type="{http://clarizen.com/api}stringList" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| referencedEntities | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.metadata.FieldDescription
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the referencedEntities property.
| |||||||||||
Sets the value of the referencedEntities property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.metadata.FieldDescription
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the referencedEntities property.
StringList
Sets the value of the referencedEntities property.
| value | Allowed object is
StringList
|
|---|