
public interface DependsOnType<T> extends Child<T>, JavaeeDependsOnCommonType<T,DependsOnType<T>>
depends-onType xsd type| Modifier 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 objectsDependsOnTypeDependsOnType<T> removeAllEjbName()
ejb-name elementDependsOnTypeDependsOnType<T> id(String id)
id attributeid - the value for the attribute idDependsOnTypeString getId()
id attributeidDependsOnType<T> removeId()
id attributeDependsOnTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.