Package com.emc.object.util
Interface ConfigUri.PropertyConverter
-
- All Known Implementing Classes:
ConfigUri.BooleanPropertyConverter
,ConfigUri.FloatPropertyConverter
,ConfigUri.IntegerPropertyConverter
,ConfigUri.LongPropertyConverter
,ConfigUri.StringPropertyConverter
,ObjectConfig.ProtocolConverter
,ObjectConfig.VdcConverter
public static interface ConfigUri.PropertyConverter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
stringFromValue(java.lang.Object value)
java.lang.Object
valueFromString(java.lang.String param)
-