
public interface RunAsType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
run-asType xsd type| Modifier and Type | Method and Description |
|---|---|
RunAsType<T> |
description(java.lang.String... values)
Creates for all String objects representing
description elements,
a new description element |
java.util.List<java.lang.String> |
getAllDescription()
Returns all
description elements |
java.lang.String |
getId()
Returns the
id attribute |
java.lang.String |
getRoleName()
Returns the
role-name element |
RunAsType<T> |
id(java.lang.String id)
Sets the
id attribute |
RunAsType<T> |
removeAllDescription()
Removes the
description element |
RunAsType<T> |
removeId()
Removes the
id attribute |
RunAsType<T> |
removeRoleName()
Removes the
role-name element |
RunAsType<T> |
roleName(java.lang.String roleName)
Sets the
role-name element |
RunAsType<T> description(java.lang.String... values)
description elements,
a new description elementvalues - list of description objectsRunAsTypejava.util.List<java.lang.String> getAllDescription()
description elementsdescriptionRunAsType<T> removeAllDescription()
description elementRunAsTypeRunAsType<T> roleName(java.lang.String roleName)
role-name elementroleName - the value for the element role-nameRunAsTypejava.lang.String getRoleName()
role-name elementrole-nameRunAsType<T> removeRoleName()
role-name elementRunAsTypeRunAsType<T> id(java.lang.String id)
id attributeid - the value for the attribute idRunAsTypejava.lang.String getId()
id attributeidCopyright © 2014 IronJacamar (http://www.ironjacamar.org)