public class ExactlyOne extends AbstractPolicyOperator
policyComponents
Constructor and Description |
---|
ExactlyOne() |
ExactlyOne(PolicyOperator parent) |
Modifier and Type | Method and Description |
---|---|
short |
getType()
Returns Constants.TYPE_EXACTLYONE;
|
void |
serialize(XMLStreamWriter writer)
Serializes the PolicyComponent using an XMLStreamWriter.
|
addPolicyComponent, addPolicyComponents, equal, getFirstPolicyComponent, getPolicyComponents, isEmpty, normalize
public ExactlyOne()
public ExactlyOne(PolicyOperator parent)
public void serialize(XMLStreamWriter writer) throws XMLStreamException
PolicyComponent
writer
- the writer that the component should write itselfXMLStreamException
- if an errors in the process of serialization of the
PolicyComponent.public final short getType()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.