public interface Field
Modifier and Type | Method and Description |
---|---|
String |
getContentTypeId()
In case of a Content reference field, the content type ID.
|
Enumerator |
getEnumerator()
Get the field Enumerator.
|
MetadataType |
getType()
Get the field type.
|
boolean |
isMultiple()
Get the multiple status of the field.
|
MetadataType getType()
boolean isMultiple()
true
if the field can have multiple values, false
otherwise.Enumerator getEnumerator()
String getContentTypeId()