net.fortuna.ical4j.model.parameter

Class RelType


public class RelType
extends Parameter

$Id: RelType.java,v 1.10 2008/12/16 12:34:51 fortuna Exp $ [18-Apr-2004] Defines a Relationship Type parameter.

Field Summary

static RelType
CHILD
static RelType
PARENT
static RelType
SIBLING

Constructor Summary

RelType(String aValue)

Method Summary

String
getValue()

Field Details

CHILD

public static final RelType CHILD

PARENT

public static final RelType PARENT

SIBLING

public static final RelType SIBLING

Constructor Details

RelType

public RelType(String aValue)
Parameters:
aValue - a string representation of a relationship type

Method Details

getValue

public final String getValue()