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 |
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 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
Copyright © 2019 JBoss by Red Hat. All rights reserved.