Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.xstream
Class XStreamType

java.lang.Object
  extended by com.liferay.portlet.exportimport.xstream.XStreamType

public class XStreamType
extends Object


Constructor Summary
XStreamType(Class<?> clazz)
           
XStreamType(String typeExpression)
           
 
Method Summary
 String getTypeExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamType

public XStreamType(Class<?> clazz)

XStreamType

public XStreamType(String typeExpression)
Method Detail

getTypeExpression

public String getTypeExpression()

Liferay 7.0-ce-b4