public interface PreRemove<T> extends Child<T>
pre-remove
xsd typeModifier and Type | Method and Description |
---|---|
PreRemove<T> |
description(String description)
Sets the
description element |
String |
getDescription()
Returns the
description element |
String |
getMethodName()
Returns the
method-name attribute |
PreRemove<T> |
methodName(String methodName)
Sets the
method-name attribute |
PreRemove<T> |
removeDescription()
Removes the
description element |
PreRemove<T> |
removeMethodName()
Removes the
method-name attribute |
PreRemove<T> description(String description)
description
elementdescription
- the value for the element description
PreRemove
String getDescription()
description
elementdescription
PreRemove<T> removeDescription()
description
elementPreRemove
PreRemove<T> methodName(String methodName)
method-name
attributemethodName
- the value for the attribute method-name
PreRemove
String getMethodName()
method-name
attributemethod-name
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.