Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.xcap.client.policy
Interface Condition

All Superinterfaces:
XcapElement, XcapResource
All Known Subinterfaces:
Anonymous, Busy, CommunicationDiverted, Empty, ExternalList, Identity, International, InternationalExceptHome, Media, NoAnswer, NotReachable, NotRegistered, OtherIdentity, PresenceStatus, Roaming, RuleDeactivated, Sphere, Validity

public interface Condition
extends XcapElement

Base interface of all condition, such as Anonymous, Busy, etc. A Condition can be created by calling com.oracle.sft.xcap.client.policy.Conditions.createCondition(Class<C>).

See Also:
Conditions

Method Summary
 Class<? extends XcapElement> getType()
          Get type of this condition.

 

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

getType

Class<? extends XcapElement> getType()
Get type of this condition.
Returns:
class of the type.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.