net.sf.jxls.parser
Class Property

java.lang.Object
  extended by 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
           
 
Constructor Summary
Property(java.lang.String value)
           
Property(java.lang.String property, java.util.Map beans, Configuration config)
           
 
Method Summary
 java.lang.Object getBean()
           
 java.lang.String getBeanName()
           
 java.util.Collection getCollection()
           
 java.lang.String getCollectionName()
           
 java.lang.String getFullCollectionName()
           
 java.lang.String getProperty()
           
 java.lang.String getPropertyNameAfterFirstDot()
           
 java.lang.String getPropertyNameAfterLastDot()
           
 java.lang.Object getPropertyValue()
           
 java.lang.Object getPropertyValue(java.util.Map beans)
           
 boolean isCollection()
           
 boolean isConstant()
           
 boolean isNull()
           
 void setBean(java.lang.Object bean)
           
 void setCollection(java.util.Collection collection)
           
 void setCollectionName(java.lang.String collectionName)
           
 void setPropertyValue(java.lang.Object propertyValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

Property

public Property(java.lang.String value)

Property

public Property(java.lang.String property,
                java.util.Map beans,
                Configuration config)
Method Detail

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.