Uses of Interface
com.esprow.oapi.repository.OapiCodeSets
Packages that use OapiCodeSets
-
Uses of OapiCodeSets in com.esprow.oapi.repository
Methods in com.esprow.oapi.repository that return OapiCodeSetsModifier and TypeMethodDescriptionOapiRepositoryFactory.createCodeSets()
Returns a new object of class 'Code Sets'.OapiDocumentRoot.getCodeSets()
Returns a list of codeSets.OapiRepository.getCodeSets()
Returns a list of codeSets.Methods in com.esprow.oapi.repository with parameters of type OapiCodeSetsModifier and TypeMethodDescriptionvoid
OapiDocumentRoot.setCodeSets
(OapiCodeSets value) Set a list of codeSets.void
OapiRepository.setCodeSets
(OapiCodeSets value) Set a list of codeSets.