|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cert.cc.jira.atc.config.FieldConfiguration
public final class FieldConfiguration
FieldConfiguration holds the configuration for single pattern matchable field.
© 2010 Carnegie Mellon University
| Field Summary | |
|---|---|
static String |
INHERIT
inherit parent's attributes |
| Constructor Summary | |
|---|---|
FieldConfiguration()
|
|
| Method Summary | |
|---|---|
boolean |
containsSource()
Returns if this field configuration contains a source value |
boolean |
equals(Object o)
|
String |
getDestination()
|
String |
getPattern()
|
String |
getSource()
Returns the source. |
String |
getTemplate()
|
int |
hashCode()
|
boolean |
isInherit()
Returns if this configuration indicates a strict inheritance relationship only |
boolean |
isStandard()
|
boolean |
isStaticTextOnly()
Returns if this field configuration only contains static text |
void |
setDestination(String destination)
|
void |
setPattern(String pattern)
|
void |
setSource(String source)
|
void |
setStandard(boolean standard)
|
void |
setTemplate(String template)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String INHERIT
| Constructor Detail |
|---|
public FieldConfiguration()
| Method Detail |
|---|
public boolean isInherit()
public boolean isStaticTextOnly()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String getPattern()
public void setPattern(String pattern)
pattern - the pattern to setpublic String getSource()
public boolean containsSource()
public void setSource(String source)
source - the source to setpublic String getTemplate()
public void setTemplate(String template)
template - the template to setpublic void setDestination(String destination)
destination - the destination to setpublic String getDestination()
public void setStandard(boolean standard)
standard - the standard to setpublic boolean isStandard()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||