Package org.sblim.cimclient.internal.uri
Interface QuotedValue
-
- All Known Implementing Classes:
CharValue,DateTimeValue,ReferenceValue,StringValue
public interface QuotedValueThis interface have to be implemented by those key value types which might be printed in a quoted form.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoQuotedString()Prints the String representation in a quoted form.
-