|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectora.core.setting.FollowMode
public class FollowMode
Nested Class Summary | |
---|---|
class |
FollowMode.FollowModeHolder
|
Field Summary | |
---|---|
static int |
FINAL_TYPE
|
static int |
FINALSTATIC_TYPE
|
static int |
FINALSTATICTRANSIENT_TYPE
|
static int |
FINALTRANSIENT_TYPE
|
static int |
NO_TYPE
|
static int |
STATIC_TYPE
|
static int |
STATICTRANSIENT_TYPE
|
static int |
TRANSIENT_TYPE
|
Constructor Summary | |
---|---|
FollowMode()
|
|
FollowMode(java.lang.String value)
|
|
FollowMode(java.lang.String value,
boolean autochangeTypeSeven)
Constructor of FolloMode |
Method Summary | |
---|---|
boolean |
follow(java.lang.reflect.Field f)
Method evaluates whether to follow on the given filed |
java.lang.String |
getDetailString()
This method returns textual description of configured types to be followed It is used for presentation in the ui. |
FollowMode.FollowModeHolder |
getFollowModeHolder()
|
void |
setFollowMode(java.lang.String types)
This methods sets the types of modifiers to be followed. |
java.lang.String |
toString()
This method returns current configuration |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int NO_TYPE
public static final int FINAL_TYPE
public static final int FINALSTATIC_TYPE
public static final int FINALTRANSIENT_TYPE
public static final int STATIC_TYPE
public static final int STATICTRANSIENT_TYPE
public static final int TRANSIENT_TYPE
public static final int FINALSTATICTRANSIENT_TYPE
Constructor Detail |
---|
public FollowMode()
public FollowMode(java.lang.String value)
public FollowMode(java.lang.String value, boolean autochangeTypeSeven)
value
- containing supported typesautochangeTypeSeven
- adjusts whether typeSeven should be selected automatically based on the provided values
In case autochangeTypeSeven is selected and 7 is part of value despite the fact it wouldn't get considered,
it will be selected as the wish to select it overrides the flag itself. This depends also on the order of the provided value.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getDetailString()
public void setFollowMode(java.lang.String types)
types
- String of integers separated by , or ;
Integers to be used:
public boolean follow(java.lang.reflect.Field f)
f
- Field to be evaluated
public FollowMode.FollowModeHolder getFollowModeHolder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |