Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.j2ee14 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.impl.j2ee14 |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
EjbLocalRefType<T> |
EjbLocalRefType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
EjbLocalRefType<T> |
EjbLocalRefType.ejbLink(String ejbLink)
Sets the
ejb-link element |
EjbLocalRefType<T> |
EjbLocalRefType.ejbRefName(String ejbRefName)
Sets the
ejb-ref-name element |
EjbLocalRefType<T> |
EjbLocalRefType.ejbRefType(EjbRefTypeType ejbRefType)
Sets the
ejb-ref-type element |
EjbLocalRefType<T> |
EjbLocalRefType.ejbRefType(String ejbRefType)
Sets the
ejb-ref-type element |
EjbLocalRefType<T> |
EjbLocalRefType.id(String id)
Sets the
id attribute |
EjbLocalRefType<T> |
EjbLocalRefType.local(String local)
Sets the
local element |
EjbLocalRefType<T> |
EjbLocalRefType.localHome(String localHome)
Sets the
local-home element |
EjbLocalRefType<T> |
EjbLocalRefType.removeAllDescription()
Removes the
description element |
EjbLocalRefType<T> |
EjbLocalRefType.removeEjbLink()
Removes the
ejb-link element |
EjbLocalRefType<T> |
EjbLocalRefType.removeEjbRefName()
Removes the
ejb-ref-name element |
EjbLocalRefType<T> |
EjbLocalRefType.removeEjbRefType()
Removes the
ejb-ref-type attribute |
EjbLocalRefType<T> |
EjbLocalRefType.removeId()
Removes the
id attribute |
EjbLocalRefType<T> |
EjbLocalRefType.removeLocal()
Removes the
local element |
EjbLocalRefType<T> |
EjbLocalRefType.removeLocalHome()
Removes the
local-home element |
Modifier and Type | Class and Description |
---|---|
class |
EjbLocalRefTypeImpl<T>
This class implements the
ejb-local-refType xsd type |
Modifier and Type | Method and Description |
---|---|
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.ejbLink(String ejbLink)
Sets the
ejb-link element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.ejbRefName(String ejbRefName)
Sets the
ejb-ref-name element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.ejbRefType(EjbRefTypeType ejbRefType)
Sets the
ejb-ref-type element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.ejbRefType(String ejbRefType)
Sets the
ejb-ref-type element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.id(String id)
Sets the
id attribute |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.local(String local)
Sets the
local element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.localHome(String localHome)
Sets the
local-home element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.removeAllDescription()
Removes the
description element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.removeEjbLink()
Removes the
ejb-link element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.removeEjbRefName()
Removes the
ejb-ref-name element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.removeEjbRefType()
Removes the
ejb-ref-type attribute |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.removeId()
Removes the
id attribute |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.removeLocal()
Removes the
local element |
EjbLocalRefType<T> |
EjbLocalRefTypeImpl.removeLocalHome()
Removes the
local-home element |
Copyright © 2021 JBoss by Red Hat. All rights reserved.