| com.flexive.shared.structure.GroupMode
GroupMode | public enum GroupMode (Code) | | Mode how groups act (one-of or any-of)
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Field Summary | |
Enum Constant | AnyOf | Enum Constant | OneOf Only one of the groups children may be present, honoring their regular indices. |
AnyOf | Enum Constant AnyOf(Code) | | Any of the groups children may be present, honoring their regular indices
|
OneOf | Enum Constant OneOf(Code) | | Only one of the groups children may be present, honoring their regular indices.
This mode only makes sense if all subgroups/properties are optional!
|
GroupMode | GroupMode(int id)(Code) | | Ctor
Parameters: id - the internal db id |
getId | public int getId()(Code) | | Getter for the id
id |
|
|