public interface CmpFieldType<T> extends Child<T>, JavaeeCmpFieldCommonType<T,CmpFieldType<T>>
cmp-fieldType
xsd typeModifier 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
objectsCmpFieldType
List<String> getAllDescription()
description
elementsdescription
CmpFieldType<T> removeAllDescription()
description
elementCmpFieldType
CmpFieldType<T> fieldName(String fieldName)
field-name
elementfieldName
- the value for the element field-name
CmpFieldType
String getFieldName()
field-name
elementfield-name
CmpFieldType<T> removeFieldName()
field-name
elementCmpFieldType
CmpFieldType<T> id(String id)
id
attributeid
- the value for the attribute id
CmpFieldType
String getId()
id
attributeid
CmpFieldType<T> removeId()
id
attributeCmpFieldType
Copyright © 2016 JBoss by Red Hat. All rights reserved.