Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.xcap.client.simservs.actions
Interface Allow

All Superinterfaces:
Action, XcapElement, XcapResource

public interface Allow
extends Action

An action which means can do or can not according to the value. An Allow can be created by calling com.oracle.sft.xcap.client.policy.Actions.createAction(Class<A>).


Method Summary
 Boolean getValue()
          Get value.
 void setValue(Boolean aValue)
          Set value of Allow.

 

Methods inherited from interface com.oracle.sft.xcap.client.XcapElement
getDocument, getNamespace, getNodeSelector, getParent

 

Methods inherited from interface com.oracle.sft.xcap.client.XcapResource
getContent, getContentType, getUrl, setContent

 

Method Detail

getValue

Boolean getValue()
Get value. The default value is False.
Returns:
the value of Allow. False if setValue(Boolean) is not invoked.

setValue

void setValue(Boolean aValue)
Set value of Allow. If this method is not invoked, the default value is False.
Parameters:
aValue - the value to set

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.