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.VALUESA public read-only list of all the 'Support' enumerators.Methods in com.esprow.oapi.repository that return SupportModifier and TypeMethodDescriptionstatic SupportSupport.get(int value) Returns the 'Support' literal with the specified integer value.static SupportReturns the 'Support' literal with the specified literal value.static SupportReturns 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 SupportReturns 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 TypeMethodDescriptionvoidOapiBaseEntity.setSupported(Support value) Set a support level of the element.voidOapiDatatype.setSupported(Support value) Set a support level of the element.