Uses of Class
com.upokecenter.cbor.CBORDateConverter.ConversionType
| Package | Description |
|---|---|
| com.upokecenter.cbor |
-
Uses of CBORDateConverter.ConversionType in com.upokecenter.cbor
Methods in com.upokecenter.cbor that return CBORDateConverter.ConversionType Modifier and Type Method Description CBORDateConverter.ConversionTypeCBORDateConverter. getType()Gets the conversion type for this date converter.static CBORDateConverter.ConversionTypeCBORDateConverter.ConversionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CBORDateConverter.ConversionType[]CBORDateConverter.ConversionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.upokecenter.cbor with parameters of type CBORDateConverter.ConversionType Constructor Description CBORDateConverter(CBORDateConverter.ConversionType convType)Initializes a new instance of theCBORDateConverterclass.