public interface ModuleExclusionType<T> extends Child<T>
moduleExclusionType
xsd typeModifier 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 name
ModuleExclusionType
String getName()
name
attributename
ModuleExclusionType<T> removeName()
name
attributeModuleExclusionType
ModuleExclusionType<T> slot(String slot)
slot
attributeslot
- the value for the attribute slot
ModuleExclusionType
String getSlot()
slot
attributeslot
ModuleExclusionType<T> removeSlot()
slot
attributeModuleExclusionType
Copyright © 2018 JBoss by Red Hat. All rights reserved.