Liferay 6.1.2-ce-ga3

com.liferay.portal.sharepoint
Class Property

java.lang.Object
  extended by com.liferay.portal.sharepoint.Property
All Implemented Interfaces:
ResponseElement

public class Property
extends Object
implements ResponseElement


Field Summary
static String OPEN_PARAGRAPH
           
 
Constructor Summary
Property(String key, ResponseElement value)
           
Property(String key, String value)
           
Property(String key, String value, boolean newLine)
           
 
Method Summary
 String parse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPEN_PARAGRAPH

public static final String OPEN_PARAGRAPH
See Also:
Constant Field Values
Constructor Detail

Property

public Property(String key,
                ResponseElement value)

Property

public Property(String key,
                String value)

Property

public Property(String key,
                String value,
                boolean newLine)
Method Detail

parse

public String parse()
Specified by:
parse in interface ResponseElement

Liferay 6.1.2-ce-ga3