Uses of Class
ezvcard.parameters.CalscaleParameter

Packages that use CalscaleParameter
ezvcard   
ezvcard.parameters   
ezvcard.types   
 

Uses of CalscaleParameter in ezvcard
 

Methods in ezvcard that return CalscaleParameter
 CalscaleParameter VCardSubTypes.getCalscale()
          Gets the CALSCALE parameter value.
 

Methods in ezvcard with parameters of type CalscaleParameter
 void VCardSubTypes.setCalscale(CalscaleParameter value)
          Gets the CALSCALE parameter value.
 

Uses of CalscaleParameter in ezvcard.parameters
 

Fields in ezvcard.parameters declared as CalscaleParameter
static CalscaleParameter CalscaleParameter.GREGORIAN
           
 

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

Uses of CalscaleParameter in ezvcard.types
 

Methods in ezvcard.types that return CalscaleParameter
 CalscaleParameter DateOrTimeType.getCalscale()
          Gets the type of calendar this date uses.
 

Methods in ezvcard.types with parameters of type CalscaleParameter
 void DateOrTimeType.setCalsclae(CalscaleParameter calscale)
          Sets the type of calendar this date uses.
 



Copyright © 2012-2013. All Rights Reserved.