|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.jibx.schema.codegen.extend.NameMatchDecoratorBase
public abstract class NameMatchDecoratorBase
Base class for decorators which match on the generated class name.
| Field Summary | |
|---|---|
private java.lang.String |
m_matchName
Name pattern to be matched ( null if none). |
| Constructor Summary | |
|---|---|
NameMatchDecoratorBase()
|
|
| Method Summary | |
|---|---|
protected boolean |
matchName(java.lang.String name)
Match class name against pattern. |
void |
setMatchName(java.lang.String match)
Set name pattern to be matched. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jibx.schema.codegen.extend.ClassDecorator |
|---|
finish, start, valueAdded |
| Field Detail |
|---|
private java.lang.String m_matchName
null if none).
| Constructor Detail |
|---|
public NameMatchDecoratorBase()
| Method Detail |
|---|
public void setMatchName(java.lang.String match)
match - pattern to be matched (null if none, meaning match every name)protected boolean matchName(java.lang.String name)
name -
true if name matches pattern, false if not
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||