|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.japaki.beans.AbstractGenericBean<FixedParserBean>
net.sf.japaki.self.FixedParserBean
public class FixedParserBean
Parser bean for constant parsers like line feeds.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.sf.japaki.beans.AbstractGenericBean |
|---|
AbstractGenericBean.GenericProperty<B extends AbstractGenericBean,V> |
| Field Summary | |
|---|---|
static Property<FixedParserBean,Parser<Object>> |
parserP
Property of the parser field |
| Constructor Summary | |
|---|---|
FixedParserBean()
|
|
| Method Summary | ||
|---|---|---|
Parser<Object> |
getParser()
Returns the current value of the parser field. |
|
List<Property<? super FixedParserBean,?>> |
getProperties()
Return a list of all properties of this bean. |
|
protected Object |
getValue(Property property)
Implementation of the getValue
method of all properties of this bean. |
|
void |
setParser(Parser<Object> parser)
Changes the value of the parser field. |
|
protected void |
setValue(Property property,
Object value)
Implementation of the setValue
method of all properties of this bean. |
|
|
toParser(Inspector<?,T> inspector)
Creates a parser from the information stored in the bean. |
|
| Methods inherited from class net.sf.japaki.beans.AbstractGenericBean |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Property<FixedParserBean,Parser<Object>> parserP
| Constructor Detail |
|---|
public FixedParserBean()
| Method Detail |
|---|
public Parser<Object> getParser()
public void setParser(Parser<Object> parser)
parser - new value of the parser fieldpublic List<Property<? super FixedParserBean,?>> getProperties()
GenericBean
getProperties in interface GenericBean<FixedParserBean>getProperties in class AbstractGenericBean<FixedParserBean>protected Object getValue(Property property)
AbstractGenericBeangetValue
method of all properties of this bean.
This method should not be called directly,
use AbstractGenericBean.GenericProperty.getValue(B) instead.
getValue in class AbstractGenericBean<FixedParserBean>
protected void setValue(Property property,
Object value)
AbstractGenericBeansetValue
method of all properties of this bean.
This method should not be called directly,
use AbstractGenericBean.GenericProperty.setValue(B, V) instead.
setValue in class AbstractGenericBean<FixedParserBean>public <T> Parser<? super T> toParser(Inspector<?,T> inspector)
ParserBean
toParser in interface ParserBeaninspector - necessary context information
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||