Uses of Enum Class
com.esprow.oapi.repository.Support
Packages that use Support
-
Uses of Support in com.esprow.oapi.repository
Fields in com.esprow.oapi.repository with type parameters of type SupportModifier and TypeFieldDescriptionSupport.VALUES
A public read-only list of all the 'Support' enumerators.Methods in com.esprow.oapi.repository that return SupportModifier and TypeMethodDescriptionstatic Support
Support.get
(int value) Returns the 'Support' literal with the specified integer value.static Support
Returns the 'Support' literal with the specified literal value.static Support
Returns the 'Support' literal with the specified name.OapiBaseEntity.getSupported()
Returns a support level of the element.OapiDatatype.getSupported()
Returns a support level of the element.static Support
Returns the enum constant of this class with the specified name.static Support[]
Support.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 SupportModifier and TypeMethodDescriptionvoid
OapiBaseEntity.setSupported
(Support value) Set a support level of the element.void
OapiDatatype.setSupported
(Support value) Set a support level of the element.