|
BeanIO 2.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.beanio.internal.parser.accessor.PropertyAccessorSupport
public abstract class PropertyAccessorSupport
Base class for PropertyAccessor
implementations.
Constructor Summary | |
---|---|
PropertyAccessorSupport()
Constructs a new PropertyAccessorSupport. |
Method Summary | |
---|---|
int |
getConstructorArgumentIndex()
Returns the constructor argument index, or -1 if this property is not a constructor argument. |
boolean |
isConstructorArgument()
Returns whether this property is a constructor argument. |
void |
setConstructorArgumentIndex(int index)
Sets the constructor argument index (starting at 0). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.beanio.internal.parser.PropertyAccessor |
---|
getValue, setValue |
Constructor Detail |
---|
public PropertyAccessorSupport()
Method Detail |
---|
public boolean isConstructorArgument()
PropertyAccessor
isConstructorArgument
in interface PropertyAccessor
public void setConstructorArgumentIndex(int index)
index
- the constructor argument indexpublic int getConstructorArgumentIndex()
PropertyAccessor
getConstructorArgumentIndex
in interface PropertyAccessor
|
BeanIO 2.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |