org.sblim.cimclient.internal.uri

Interface QuotedValue

public interface QuotedValue

This interface have to be implemented by those key value types which might be printed in a quoted form.
Method Summary
StringtoQuotedString()
Prints the String representation in a quoted form.

Method Detail

toQuotedString

public String toQuotedString()
Prints the String representation in a quoted form.

Returns: String

Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.