public class

EntityFieldDescription

extends FieldDescription
java.lang.Object
   ↳ com.clarizen.api.metadata.FieldDescription
     ↳ com.clarizen.api.metadata.EntityFieldDescription

Class Overview

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>
 

Summary

Fields
protected StringList referencedEntities
[Expand]
Inherited Fields
From class com.clarizen.api.metadata.FieldDescription
Public Constructors
EntityFieldDescription()
Public Methods
StringList getReferencedEntities()
Gets the value of the referencedEntities property.
void setReferencedEntities(StringList value)
Sets the value of the referencedEntities property.
[Expand]
Inherited Methods
From class com.clarizen.api.metadata.FieldDescription
From class java.lang.Object

Fields

protected StringList referencedEntities

Public Constructors

public EntityFieldDescription ()

Public Methods

public StringList getReferencedEntities ()

Gets the value of the referencedEntities property.

Returns

public void setReferencedEntities (StringList value)

Sets the value of the referencedEntities property.

Parameters
value Allowed object is StringList