public interface ModuleAliasType<T> extends Child<T>
moduleAliasType
xsd typeModifier and Type | Method and Description |
---|---|
String |
getName()
Returns the
name attribute |
String |
getSlot()
Returns the
slot attribute |
String |
getTargetName()
Returns the
target-name attribute |
String |
getTargetSlot()
Returns the
target-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> |
removeTargetName()
Removes the
target-name attribute |
ModuleAliasType<T> |
removeTargetSlot()
Removes the
target-slot attribute |
ModuleAliasType<T> |
slot(String slot)
Sets the
slot attribute |
ModuleAliasType<T> |
targetName(String targetName)
Sets the
target-name attribute |
ModuleAliasType<T> |
targetSlot(String targetSlot)
Sets the
target-slot attribute |
ModuleAliasType<T> name(String name)
name
attributename
- the value for the attribute name
ModuleAliasType
String getName()
name
attributename
ModuleAliasType<T> removeName()
name
attributeModuleAliasType
ModuleAliasType<T> slot(String slot)
slot
attributeslot
- the value for the attribute slot
ModuleAliasType
String getSlot()
slot
attributeslot
ModuleAliasType<T> removeSlot()
slot
attributeModuleAliasType
ModuleAliasType<T> targetName(String targetName)
target-name
attributetargetName
- the value for the attribute target-name
ModuleAliasType
String getTargetName()
target-name
attributetarget-name
ModuleAliasType<T> removeTargetName()
target-name
attributeModuleAliasType
ModuleAliasType<T> targetSlot(String targetSlot)
target-slot
attributetargetSlot
- the value for the attribute target-slot
ModuleAliasType
String getTargetSlot()
target-slot
attributetarget-slot
ModuleAliasType<T> removeTargetSlot()
target-slot
attributeModuleAliasType
Copyright © 2016 JBoss by Red Hat. All rights reserved.