
public interface ModuleExclusionType<T> extends Child<T>
moduleExclusionType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the
name attribute |
String |
getSlot()
Returns the
slot attribute |
ModuleExclusionType<T> |
name(String name)
Sets the
name attribute |
ModuleExclusionType<T> |
removeName()
Removes the
name attribute |
ModuleExclusionType<T> |
removeSlot()
Removes the
slot attribute |
ModuleExclusionType<T> |
slot(String slot)
Sets the
slot attribute |
ModuleExclusionType<T> name(String name)
name attributename - the value for the attribute nameModuleExclusionTypeString getName()
name attributenameModuleExclusionType<T> removeName()
name attributeModuleExclusionTypeModuleExclusionType<T> slot(String slot)
slot attributeslot - the value for the attribute slotModuleExclusionTypeString getSlot()
slot attributeslotModuleExclusionType<T> removeSlot()
slot attributeModuleExclusionTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.