public interface RunAsType<T> extends Child<T>
run-asType
xsd typeModifier 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 |
getRoleName()
Returns the
role-name element |
RunAsType<T> |
removeAllDescription()
Removes the
description element |
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
objectsRunAsType
List<String> getAllDescription()
description
elementsdescription
RunAsType<T> removeAllDescription()
description
elementRunAsType
RunAsType<T> roleName(String roleName)
role-name
elementroleName
- the value for the element role-name
RunAsType
String getRoleName()
role-name
elementrole-name
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.