
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(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getId()
Returns the
id attribute |
String |
getRoleName()
Returns the
role-name element |
RunAsType<T> |
id(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(String roleName)
Sets the
role-name element |
RunAsType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsRunAsTypeList<String> getAllDescription()
description elementsdescriptionRunAsType<T> removeAllDescription()
description elementRunAsTypeRunAsType<T> roleName(String roleName)
role-name elementroleName - the value for the element role-nameRunAsTypeString getRoleName()
role-name elementrole-nameRunAsType<T> removeRoleName()
role-name elementRunAsTypeRunAsType<T> id(String id)
id attributeid - the value for the attribute idRunAsTypeString getId()
id attributeidCopyright © 2013 IronJacamar (http://www.ironjacamar.org)