Package | Description |
---|---|
biweekly.parameter | |
biweekly.property |
Modifier and Type | Field and Description |
---|---|
static RelationshipType |
RelationshipType.CHILD |
static RelationshipType |
RelationshipType.PARENT |
static RelationshipType |
RelationshipType.SIBLING |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static Collection<RelationshipType> |
RelationshipType.all()
Gets all of the parameter values that are defined as static constants in
this class.
|
Modifier and Type | Method and Description |
---|---|
void |
ICalParameters.setRelationshipType(RelationshipType relationshipType)
Sets the relationship type of a
RelatedTo property. |
Modifier and Type | Method and Description |
---|---|
RelationshipType |
RelatedTo.getRelationshipType()
Gets the relationship type.
|
Modifier and Type | Method and Description |
---|---|
void |
RelatedTo.setRelationshipType(RelationshipType relationshipType)
Sets the relationship type.
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.