Uses of Enum Class
com.esprow.oapi.repository.Presence
Packages that use Presence
-
Uses of Presence in com.esprow.oapi.repository
Fields in com.esprow.oapi.repository with type parameters of type PresenceModifier and TypeFieldDescriptionPresence.VALUESA public read-only list of all the 'Presence' enumerators.Methods in com.esprow.oapi.repository that return PresenceModifier and TypeMethodDescriptionstatic PresencePresence.get(int value) Returns the 'Presence' literal with the specified integer value.static PresenceReturns the 'Presence' literal with the specified literal value.static PresenceReturns the 'Presence' literal with the specified name.OapiComponentRef.getPresence()Returns an override for the referenced component's presence.OapiComponentRule.getPresence()Returns an override for the component's presence when the expression is true.OapiField.getPresence()Returns one of the possible values of presence (required, optional, forbidden, ignored, constant).OapiFieldRef.getPresence()Returns an override for the referenced field's presence.OapiFieldRule.getPresence()Returns one of the possible values of presence (required, optional, forbidden, ignored, constant).static PresenceReturns the enum constant of this class with the specified name.static Presence[]Presence.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.esprow.oapi.repository with parameters of type PresenceModifier and TypeMethodDescriptionvoidOapiComponentRef.setPresence(Presence value) Set an override for the referenced component's presence.voidOapiComponentRule.setPresence(Presence value) Set an override for the component's presence when the expression is true.voidOapiField.setPresence(Presence value) Set one of the possible values of presence (required, optional, forbidden, ignored, constant).voidOapiFieldRef.setPresence(Presence value) Set an override for the referenced field's presence.voidOapiFieldRule.setPresence(Presence value) Set one of the possible values of presence (required, optional, forbidden, ignored, constant).