com.liferay.portal.sharepoint
Class Property

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

public class Property
extends java.lang.Object
implements ResponseElement

View Source

Author:
Bruno Farache

Field Summary
static java.lang.String OPEN_PARAGRAPH
           
 
Constructor Summary
Property(java.lang.String key, ResponseElement value)
           
Property(java.lang.String key, java.lang.String value)
           
Property(java.lang.String key, java.lang.String value, boolean newLine)
           
 
Method Summary
 java.lang.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 java.lang.String OPEN_PARAGRAPH
See Also:
Constant Field Values
Constructor Detail

Property

public Property(java.lang.String key,
                java.lang.String value)

Property

public Property(java.lang.String key,
                ResponseElement value)

Property

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

parse

public java.lang.String parse()
Specified by:
parse in interface ResponseElement