ezvcard.parameters
Class CalscaleParameter

java.lang.Object
  extended by ezvcard.parameters.VCardParameter
      extended by ezvcard.parameters.CalscaleParameter

public class CalscaleParameter
extends VCardParameter

Represents a CALSCALE parameter.

vCard versions: 4.0

Author:
Michael Angstadt

Field Summary
static CalscaleParameter GREGORIAN
           
static String NAME
           
 
Fields inherited from class ezvcard.parameters.VCardParameter
name, value
 
Constructor Summary
CalscaleParameter(String value)
          Use of this constructor is discouraged and should only be used for defining non-standard values.
 
Method Summary
static CalscaleParameter valueOf(String value)
          Searches the static objects in this class for one that has a certain type value.
 
Methods inherited from class ezvcard.parameters.VCardParameter
all, equals, findByValue, getName, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values

GREGORIAN

public static final CalscaleParameter GREGORIAN
Constructor Detail

CalscaleParameter

public CalscaleParameter(String value)
Use of this constructor is discouraged and should only be used for defining non-standard values. Please use one of the predefined static objects.

Parameters:
value - the type value (e.g. "gregorian")
Method Detail

valueOf

public static CalscaleParameter valueOf(String value)
Searches the static objects in this class for one that has a certain type value.

Parameters:
value - the type value to search for (e.g. "work")
Returns:
the object or null if not found


Copyright © 2012-2013. All Rights Reserved.