Uses of Class
no.difi.sdp.client2.domain.sbd.ScopeType
-
Packages that use ScopeType Package Description no.difi.sdp.client2.domain.sbd -
-
Uses of ScopeType in no.difi.sdp.client2.domain.sbd
Methods in no.difi.sdp.client2.domain.sbd that return ScopeType Modifier and Type Method Description static ScopeTypeScopeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScopeType[]ScopeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.difi.sdp.client2.domain.sbd with parameters of type ScopeType Modifier and Type Method Description Optional<Scope>StandardBusinessDocument. findScope(ScopeType scopeType)ScopeStandardBusinessDocument. getScope(ScopeType scopeType)
-