Uses of Class
biweekly.parameter.RelationshipType

Packages that use RelationshipType
biweekly.parameter   
biweekly.property   
 

Uses of RelationshipType in biweekly.parameter
 

Fields in biweekly.parameter declared as RelationshipType
static RelationshipType RelationshipType.CHILD
           
static RelationshipType RelationshipType.PARENT
           
static RelationshipType RelationshipType.SIBLING
           
 

Methods in biweekly.parameter that return RelationshipType
static RelationshipType RelationshipType.find(String value)
          Searches for a parameter value that is defined as a static constant in this class.
static RelationshipType RelationshipType.get(String value)
          Searches for a parameter value and creates one if it cannot be found.
 RelationshipType ICalParameters.getRelationshipType()
          Gets the relationship type of a RelatedTo property.
 

Methods in biweekly.parameter that return types with arguments of type RelationshipType
static Collection<RelationshipType> RelationshipType.all()
          Gets all of the parameter values that are defined as static constants in this class.
 

Methods in biweekly.parameter with parameters of type RelationshipType
 void ICalParameters.setRelationshipType(RelationshipType relationshipType)
          Sets the relationship type of a RelatedTo property.
 

Uses of RelationshipType in biweekly.property
 

Methods in biweekly.property that return RelationshipType
 RelationshipType RelatedTo.getRelationshipType()
          Gets the relationship type.
 

Methods in biweekly.property with parameters of type RelationshipType
 void RelatedTo.setRelationshipType(RelationshipType relationshipType)
          Sets the relationship type.
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.