| Package | Description |
|---|---|
| eu.dnetlib.domain.functionality |
| Modifier and Type | Method and Description |
|---|---|
DocumentField.Cutpoint |
DocumentField.getCutpoint() |
static DocumentField.Cutpoint |
DocumentField.Cutpoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentField.Cutpoint[] |
DocumentField.Cutpoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentField.setCutpoint(DocumentField.Cutpoint cutpoint) |
| Constructor and Description |
|---|
DocumentField(String name,
Map<Locale,String> description,
String vocabulary,
List<DisplayType> displays,
String cssClass,
DocumentField.Cutpoint cutpoint,
int maxCharacters) |
Copyright © 2017. All rights reserved.