public interface DependsOnType<T> extends Child<T>, JavaeeDependsOnCommonType<T,DependsOnType<T>>
depends-onType
xsd typeModifier and Type | Method and Description |
---|---|
DependsOnType<T> |
ejbName(String... values)
Creates for all String objects representing
ejb-name elements,
a new ejb-name element |
List<String> |
getAllEjbName()
Returns all
ejb-name elements |
String |
getId()
Returns the
id attribute |
DependsOnType<T> |
id(String id)
Sets the
id attribute |
DependsOnType<T> |
removeAllEjbName()
Removes the
ejb-name element |
DependsOnType<T> |
removeId()
Removes the
id attribute |
DependsOnType<T> ejbName(String... values)
ejb-name
elements,
a new ejb-name
elementvalues
- list of ejb-name
objectsDependsOnType
DependsOnType<T> removeAllEjbName()
ejb-name
elementDependsOnType
DependsOnType<T> id(String id)
id
attributeid
- the value for the attribute id
DependsOnType
String getId()
id
attributeid
DependsOnType<T> removeId()
id
attributeDependsOnType
Copyright © 2024 JBoss by Red Hat. All rights reserved.