Uses of Class
org.mobicents.slee.sippresence.pojo.pidf.oma.BasicType

Packages that use BasicType
org.mobicents.slee.sippresence.pojo.pidf.oma   
 

Uses of BasicType in org.mobicents.slee.sippresence.pojo.pidf.oma
 

Fields in org.mobicents.slee.sippresence.pojo.pidf.oma declared as BasicType
protected  BasicType Willingness.basic
           
protected  BasicType SessionParticipation.basic
           
protected  BasicType OverridingWillingness.basic
           
 

Methods in org.mobicents.slee.sippresence.pojo.pidf.oma that return BasicType
static BasicType BasicType.fromValue(java.lang.String v)
           
 BasicType Willingness.getBasic()
          Gets the value of the basic property.
 BasicType SessionParticipation.getBasic()
          Gets the value of the basic property.
 BasicType OverridingWillingness.getBasic()
          Gets the value of the basic property.
static BasicType BasicType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BasicType[] BasicType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mobicents.slee.sippresence.pojo.pidf.oma with parameters of type BasicType
 void Willingness.setBasic(BasicType value)
          Sets the value of the basic property.
 void SessionParticipation.setBasic(BasicType value)
          Sets the value of the basic property.
 void OverridingWillingness.setBasic(BasicType value)
          Sets the value of the basic property.
 



Copyright © 2011. All Rights Reserved.