Uses of Class
fi.tut.mei.resdescapi.rescatapi.model.InterfaceRefInfo.EInterfaceGender
-
Packages that use InterfaceRefInfo.EInterfaceGender Package Description fi.tut.mei.resdescapi.rescatapi.model Data models used for interfacing between Resource Catalogue implementation and Resource Catalogue API -
-
Uses of InterfaceRefInfo.EInterfaceGender in fi.tut.mei.resdescapi.rescatapi.model
Methods in fi.tut.mei.resdescapi.rescatapi.model that return InterfaceRefInfo.EInterfaceGender Modifier and Type Method Description InterfaceRefInfo.EInterfaceGender
InterfaceRefInfo. getGender()
static InterfaceRefInfo.EInterfaceGender
InterfaceRefInfo.EInterfaceGender. valueOf(String name)
Returns the enum constant of this type with the specified name.static InterfaceRefInfo.EInterfaceGender[]
InterfaceRefInfo.EInterfaceGender. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fi.tut.mei.resdescapi.rescatapi.model with parameters of type InterfaceRefInfo.EInterfaceGender Modifier and Type Method Description void
InterfaceRefInfo. setGender(InterfaceRefInfo.EInterfaceGender gender)
-