
public interface ModuleAliasType<T> extends Child<T>
moduleAliasType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the
name attribute |
String |
getSlot()
Returns the
slot attribute |
ModuleAliasType<T> |
name(String name)
Sets the
name attribute |
ModuleAliasType<T> |
removeName()
Removes the
name attribute |
ModuleAliasType<T> |
removeSlot()
Removes the
slot attribute |
ModuleAliasType<T> |
slot(String slot)
Sets the
slot attribute |
ModuleAliasType<T> name(String name)
name attributename - the value for the attribute nameModuleAliasTypeString getName()
name attributenameModuleAliasType<T> removeName()
name attributeModuleAliasTypeModuleAliasType<T> slot(String slot)
slot attributeslot - the value for the attribute slotModuleAliasTypeString getSlot()
slot attributeslotModuleAliasType<T> removeSlot()
slot attributeModuleAliasTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.