public interface CmpFieldType<T> extends Child<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 |
CmpFieldType<T> |
removeAllDescription()
Removes the
description element |
CmpFieldType<T> |
removeFieldName()
Removes the
field-name element |
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
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.