public class CollectionEntityField extends EntityField
EntityField.Type
Constructor and Description |
---|
CollectionEntityField(EntityField entityField)
Creates a new
EntityField of type COLLECTION. |
Modifier and Type | Method and Description |
---|---|
EntityField |
getEntityField()
Gets the
EntityField . |
getFilterableName, getFilterableValue, getName, getSortableName, getType, toString
public CollectionEntityField(EntityField entityField)
EntityField
of type COLLECTION.entityField
- the entity fieldpublic EntityField getEntityField()
EntityField
.