Uses of Interface
org.bedework.jsforj.model.values.JSParticipant
-
Packages that use JSParticipant Package Description org.bedework.jsforj.impl.values org.bedework.jsforj.impl.values.collections org.bedework.jsforj.model.values.collections -
-
Uses of JSParticipant in org.bedework.jsforj.impl.values
Classes in org.bedework.jsforj.impl.values that implement JSParticipant Modifier and Type Class Description classJSParticipantImplUser: mike Date: 10/25/19 Time: 12:45 -
Uses of JSParticipant in org.bedework.jsforj.impl.values.collections
Methods in org.bedework.jsforj.impl.values.collections that return types with arguments of type JSParticipant Modifier and Type Method Description JSProperty<JSParticipant>JSParticipantsImpl. findParticipant(String cua)List<JSProperty<JSParticipant>>JSParticipantsImpl. getAttendees()JSProperty<JSParticipant>JSParticipantsImpl. makeParticipant() -
Uses of JSParticipant in org.bedework.jsforj.model.values.collections
Methods in org.bedework.jsforj.model.values.collections that return types with arguments of type JSParticipant Modifier and Type Method Description JSProperty<JSParticipant>JSParticipants. findParticipant(String cua)List<JSProperty<JSParticipant>>JSParticipants. getAttendees()Get all attendee participant objectsJSProperty<JSParticipant>JSParticipants. makeParticipant()Create and add a new participant object with a small integer as key
-