ezvcard.parameters
Class LevelParameter

java.lang.Object
  extended by ezvcard.parameters.VCardParameter
      extended by ezvcard.parameters.LevelParameter
Direct Known Subclasses:
ExpertiseLevelParameter, HobbyLevelParameter, InterestLevelParameter

public abstract class LevelParameter
extends VCardParameter

Represents a LEVEL parameter.

Author:
Michael Angstadt
See Also:
RFC 6715

Field Summary
static String NAME
           
 
Fields inherited from class ezvcard.parameters.VCardParameter
name, value
 
Constructor Summary
LevelParameter(String value)
           
 
Method Summary
 
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
Constructor Detail

LevelParameter

public LevelParameter(String value)
Parameters:
value - the type value (e.g. "expert")


Copyright © 2012-2013. All Rights Reserved.