net.w_horse.excelpojo.annotation
注釈型 MappedCell


@Target(value=FIELD)
@Retention(value=RUNTIME)
@Documented
public @interface MappedCell


任意要素の概要
 DataDirection dataDirection
           
 int margedLabel
           
 java.lang.String position
           
 java.lang.String previousLabel
           
 RetrieveFrom retrieveFrom
           
 java.lang.String terminate
           
 Use use
           
 

previousLabel

public abstract java.lang.String previousLabel
デフォルト:
""

position

public abstract java.lang.String position
デフォルト:
""

retrieveFrom

public abstract RetrieveFrom retrieveFrom
デフォルト:
net.w_horse.excelpojo.xml.tag.RetrieveFrom.BOTTOM

dataDirection

public abstract DataDirection dataDirection
デフォルト:
net.w_horse.excelpojo.xml.tag.DataDirection.RIGHT

terminate

public abstract java.lang.String terminate
デフォルト:
""

margedLabel

public abstract int margedLabel
デフォルト:
0

use

public abstract Use use
デフォルト:
net.w_horse.excelpojo.xml.tag.Use.NONE