net.fortuna.ical4j.model.parameter

Class Role


public class Role
extends Parameter

$Id: Role.java,v 1.11 2008/12/16 12:34:51 fortuna Exp $ [18-Apr-2004] Defines a Participation Role parameter.

Field Summary

static Role
CHAIR
static Role
NON_PARTICIPANT
static Role
OPT_PARTICIPANT
static Role
REQ_PARTICIPANT

Constructor Summary

Role(String aValue)

Method Summary

String
getValue()

Field Details

CHAIR

public static final Role CHAIR

NON_PARTICIPANT

public static final Role NON_PARTICIPANT

OPT_PARTICIPANT

public static final Role OPT_PARTICIPANT

REQ_PARTICIPANT

public static final Role REQ_PARTICIPANT

Constructor Details

Role

public Role(String aValue)
Parameters:
aValue - a string representation of a participation role

Method Details

getValue

public final String getValue()