
public interface CmpFieldType<T> extends Child<T>, JavaeeCmpFieldCommonType<T,CmpFieldType<T>>
cmp-fieldType xsd type| Modifier and Type | Method and Description |
|---|---|
CmpFieldType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
CmpFieldType<T> |
fieldName(String fieldName)
Sets the
field-name element |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getFieldName()
Returns the
field-name element |
String |
getId()
Returns the
id attribute |
CmpFieldType<T> |
id(String id)
Sets the
id attribute |
CmpFieldType<T> |
removeAllDescription()
Removes the
description element |
CmpFieldType<T> |
removeFieldName()
Removes the
field-name element |
CmpFieldType<T> |
removeId()
Removes the
id attribute |
CmpFieldType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsCmpFieldTypeList<String> getAllDescription()
description elementsdescriptionCmpFieldType<T> removeAllDescription()
description elementCmpFieldTypeCmpFieldType<T> fieldName(String fieldName)
field-name elementfieldName - the value for the element field-nameCmpFieldTypeString getFieldName()
field-name elementfield-nameCmpFieldType<T> removeFieldName()
field-name elementCmpFieldTypeCmpFieldType<T> id(String id)
id attributeid - the value for the attribute idCmpFieldTypeString getId()
id attributeidCmpFieldType<T> removeId()
id attributeCmpFieldTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.