| org.databene.model.data.Mode
Mode | public enum Mode (Code) | | Enumerates the processing modes of an Entity or component.
Created: 19.08.2007 18:11:19
|
Field Summary | |
Enum Constant | ignored do not generate data for the described object. | Enum Constant | normal do nothing special about the described object. | Enum Constant | secret keep the described object secret. |
ignored | Enum Constant ignored(Code) | | do not generate data for the described object.
|
normal | Enum Constant normal(Code) | | do nothing special about the described object.
|
secret | Enum Constant secret(Code) | | keep the described object secret.
|
|
|