@Portable public class ContainmentRuleImpl extends Object implements ContainmentRule
Constructor and Description |
---|
ContainmentRuleImpl(String name,
String id,
Set<Role> permittedRoles) |
Modifier and Type | Method and Description |
---|---|
String |
getId()
The identifier for which the Rule applies.
|
String |
getName() |
Set<Role> |
getPermittedRoles()
The Roles of Elements permitted to be held within another Element.
|
public String getId()
RuleById
public Set<Role> getPermittedRoles()
ContainmentRule
getPermittedRoles
in interface ContainmentRule
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.