
public interface PostRemove<T> extends Child<T>, OrmPostRemoveCommType<T,PostRemove<T>>
post-remove xsd type| Modifier and Type | Method and Description |
|---|---|
PostRemove<T> |
description(String description)
Sets the
description element |
String |
getDescription()
Returns the
description element |
String |
getMethodName()
Returns the
method-name attribute |
PostRemove<T> |
methodName(String methodName)
Sets the
method-name attribute |
PostRemove<T> |
removeDescription()
Removes the
description element |
PostRemove<T> |
removeMethodName()
Removes the
method-name attribute |
PostRemove<T> description(String description)
description elementdescription - the value for the element descriptionPostRemoveString getDescription()
description elementdescriptionPostRemove<T> removeDescription()
description elementPostRemovePostRemove<T> methodName(String methodName)
method-name attributemethodName - the value for the attribute method-namePostRemoveString getMethodName()
method-name attributemethod-namePostRemove<T> removeMethodName()
method-name attributePostRemoveCopyright © 2025 JBoss by Red Hat. All rights reserved.