
public interface ModuleAbsentType<T> extends Child<T>
moduleAbsentType xsd type| Modifier 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 nameModuleAbsentTypeString getName()
name attributenameModuleAbsentType<T> removeName()
name attributeModuleAbsentTypeModuleAbsentType<T> slot(String slot)
slot attributeslot - the value for the attribute slotModuleAbsentTypeString getSlot()
slot attributeslotModuleAbsentType<T> removeSlot()
slot attributeModuleAbsentTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.