Uses of Interface
org.apache.shindig.social.opensocial.model.BodyType

Packages that use BodyType
org.apache.shindig.social.core.model Core Social Model 
org.apache.shindig.social.opensocial.model The Social Model API package 
 

Uses of BodyType in org.apache.shindig.social.core.model
 

Classes in org.apache.shindig.social.core.model that implement BodyType
 class BodyTypeImpl
          see http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.BodyType.
 

Methods in org.apache.shindig.social.core.model that return BodyType
 BodyType PersonImpl.getBodyType()
           
 

Methods in org.apache.shindig.social.core.model with parameters of type BodyType
 void PersonImpl.setBodyType(BodyType bodyType)
           
 

Uses of BodyType in org.apache.shindig.social.opensocial.model
 

Methods in org.apache.shindig.social.opensocial.model that return BodyType
 BodyType Person.getBodyType()
          Get the person's body characteristics, specified as an BodyType.
 

Methods in org.apache.shindig.social.opensocial.model with parameters of type BodyType
 void Person.setBodyType(BodyType bodyType)
          Set the person's body characteristics, specified as an BodyType.
 



Copyright © 2007-2012. All Rights Reserved.