public class RevisionTypeDesc extends Object
Constructor and Description |
---|
RevisionTypeDesc(EventPropertyGetter[] keyPropertyGetters,
EventPropertyGetter[] changesetPropertyGetters,
int[] changesetPropertyIndex)
Ctor.
|
RevisionTypeDesc(EventPropertyGetter[] keyPropertyGetters,
EventPropertyGetter[] changesetPropertyGetters,
PropertyGroupDesc group)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyGetter[] |
getChangesetPropertyGetters()
Returns property getters.
|
int[] |
getChangesetPropertyIndex()
Returns indexes of properties contributed, or null if not using indexes.
|
PropertyGroupDesc |
getGroup()
Returns group, or null if not using property groups.
|
EventPropertyGetter[] |
getKeyPropertyGetters()
Returns key getters.
|
public RevisionTypeDesc(EventPropertyGetter[] keyPropertyGetters, EventPropertyGetter[] changesetPropertyGetters, PropertyGroupDesc group)
keyPropertyGetters
- key getterschangesetPropertyGetters
- property gettersgroup
- group this belongs topublic RevisionTypeDesc(EventPropertyGetter[] keyPropertyGetters, EventPropertyGetter[] changesetPropertyGetters, int[] changesetPropertyIndex)
keyPropertyGetters
- key getterschangesetPropertyGetters
- property getterschangesetPropertyIndex
- indexes of properties contributedpublic EventPropertyGetter[] getKeyPropertyGetters()
public EventPropertyGetter[] getChangesetPropertyGetters()
public PropertyGroupDesc getGroup()
public int[] getChangesetPropertyIndex()