Enum Class Origin
- All Implemented Interfaces:
- Serializable,- Comparable<Origin>,- Constable
Enum representing the origin of a property value.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionWrites that come from a binding/transform generating a new value.Writes that come from a binding writing back to its target because of a source changeWrites that come from the browser UI.Writes that are originated by server-side component delegate implementationsIndicates a value that originated from the saved version of the view or session props.Writes that originate from a script callWrites that are originated automatically by the session itself.
- 
Field SummaryFields
- 
Method Summary
- 
Enum Constant Details- 
BrowserWrites that come from the browser UI.
- 
BindingWrites that come from a binding/transform generating a new value.
- 
BindingWritebackWrites that come from a binding writing back to its target because of a source change
- 
ScriptWrites that originate from a script call
- 
DelegateWrites that are originated by server-side component delegate implementations
- 
SessionWrites that are originated automatically by the session itself.
- 
ProjectIndicates a value that originated from the saved version of the view or session props.
 
- 
- 
Field Details- 
ANYA set of all Origins
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
allButReturns a set of all Origins except the given one
 
-