public interface ModuleAbsentType<T> extends Child<T>
moduleAbsentType
xsd typeModifier and Type | Method and Description |
---|---|
String |
getName()
Returns the
name attribute |
String |
getSlot()
Returns the
slot attribute |
ModuleAbsentType<T> |
name(String name)
Sets the
name attribute |
ModuleAbsentType<T> |
removeName()
Removes the
name attribute |
ModuleAbsentType<T> |
removeSlot()
Removes the
slot attribute |
ModuleAbsentType<T> |
slot(String slot)
Sets the
slot attribute |
ModuleAbsentType<T> name(String name)
name
attributename
- the value for the attribute name
ModuleAbsentType
String getName()
name
attributename
ModuleAbsentType<T> removeName()
name
attributeModuleAbsentType
ModuleAbsentType<T> slot(String slot)
slot
attributeslot
- the value for the attribute slot
ModuleAbsentType
String getSlot()
slot
attributeslot
ModuleAbsentType<T> removeSlot()
slot
attributeModuleAbsentType
Copyright © 2024 JBoss by Red Hat. All rights reserved.