|
DOPs Framework 1.0 alpha | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MetadataField
A metadata field attribute as enclosed in a digital object instance.
Metadata fields conform to their respective specifications
and they are allowed to contain multi-lingual values.
MetadataFieldAttrSpec,
MetadataSet,
MultilingualValue| Field Summary |
|---|
| Fields inherited from interface net.dops_framework.core.MultilingualValue |
|---|
LANG_DEFAULT |
| Method Summary | |
|---|---|
String |
getDefaultValue(String lang)
Returns the default value assigned to this field (if any) for the given language. |
boolean |
isBigText()
Returns true if this field is big text (i.e., indicating that it should be rendered using a textarea instead of a text box). |
boolean |
isHidden()
Returns true if this field is hidden. |
boolean |
isMandatory()
Returns true if this field is mandatory. |
boolean |
isRepeatable()
Returns true if this field is repeatable (that is, it accepts multiple values). |
| Methods inherited from interface net.dops_framework.core.DOAttribute |
|---|
getDescription, getFullyQualifiedId, getId, getLabel |
| Methods inherited from interface net.dops_framework.core.MultilingualValue |
|---|
appendValue, copyValuesFrom, getId, getValues, languages, setValue, setValues |
| Method Detail |
|---|
boolean isMandatory()
boolean isHidden()
boolean isRepeatable()
boolean isBigText()
String getDefaultValue(String lang)
|
Copyright (c) 2005-2007, Kostas Saidis. Consult the license for terms and conditions of use. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||