Package org.bedework.jsforj.model.values
Interface JSRoles
-
-
Field Summary
Fields Modifier and Type Field Description static StringroleAttendeestatic StringroleChairstatic StringroleContactstatic StringroleInformationalstatic StringroleOptionalstatic StringroleOwner
-
Method Summary
-
Methods inherited from interface org.bedework.jsforj.model.values.collections.JSList
add, contains, get, get, remove, size
-
Methods inherited from interface org.bedework.jsforj.model.values.JSValue
clear, copy, getBooleanProperty, getBooleanValue, getChanged, getNode, getObjectType, getOverrideGenerated, getOwner, getParentProperty, getProperties, getProperty, getProperty, getPropertyValue, getStringProperty, getStringValue, getType, getUnsignedIntegerProperty, getValue, hasChanges, hasProperty, isString, makeProperty, markOverrideGenerated, newProperty, preWrite, removeProperty, setProperty, setProperty, setProperty, setProperty, setProperty, writeValue, writeValueAsString, writeValueAsStringFormatted
-
-
-
-
Field Detail
-
roleOwner
static final String roleOwner
- See Also:
- Constant Field Values
-
roleAttendee
static final String roleAttendee
- See Also:
- Constant Field Values
-
roleOptional
static final String roleOptional
- See Also:
- Constant Field Values
-
roleInformational
static final String roleInformational
- See Also:
- Constant Field Values
-
roleChair
static final String roleChair
- See Also:
- Constant Field Values
-
roleContact
static final String roleContact
- See Also:
- Constant Field Values
-
-