net.sf.jxls.parser
Class Property
java.lang.Object
net.sf.jxls.parser.Property
public class Property
- extends java.lang.Object
Represents a property in excel template
- Author:
- Leonid Vysochyn
|
Field Summary |
protected static org.apache.commons.logging.Log |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
log
protected static final org.apache.commons.logging.Log log
Property
public Property(java.lang.String value)
Property
public Property(java.lang.String property,
java.util.Map beans,
Configuration config)
isConstant
public boolean isConstant()
getPropertyValue
public java.lang.Object getPropertyValue(java.util.Map beans)
isCollection
public boolean isCollection()
isNull
public boolean isNull()
getBeanName
public java.lang.String getBeanName()
getCollectionName
public java.lang.String getCollectionName()
setCollectionName
public void setCollectionName(java.lang.String collectionName)
getProperty
public java.lang.String getProperty()
getCollection
public java.util.Collection getCollection()
setCollection
public void setCollection(java.util.Collection collection)
getFullCollectionName
public java.lang.String getFullCollectionName()
getPropertyNameAfterLastDot
public java.lang.String getPropertyNameAfterLastDot()
getPropertyNameAfterFirstDot
public java.lang.String getPropertyNameAfterFirstDot()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getPropertyValue
public java.lang.Object getPropertyValue()
setPropertyValue
public void setPropertyValue(java.lang.Object propertyValue)
getBean
public java.lang.Object getBean()
setBean
public void setBean(java.lang.Object bean)
Copyright © 2005-2013 jXLS Team. All Rights Reserved.