public class ComplexEntityField extends EntityField
EntityField.Type.COMPLEXEntityField.Type| Constructor and Description |
|---|
ComplexEntityField(java.lang.String name,
java.util.List<EntityField> entityFields)
Creates a new
EntityField with its name, type and the list of
entityfields contained inside it. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,EntityField> |
getEntityFieldsMap()
Returns a Map with all the entity fields of this entity fields.
|
java.lang.String |
toString() |
getFilterableName, getFilterableValue, getName, getSortableName, getTypepublic ComplexEntityField(java.lang.String name,
java.util.List<EntityField> entityFields)
EntityField with its name, type and the list of
entityfields contained inside it.name - the entity field's nameentityFields - the list of entity Fieldspublic java.util.Map<java.lang.String,EntityField> getEntityFieldsMap()
public java.lang.String toString()
toString in class EntityField