Uses of Class
org.bonitasoft.web.client.model.ContractInputType
-
Packages that use ContractInputType Package Description org.bonitasoft.web.client.model -
-
Uses of ContractInputType in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ContractInputType Modifier and Type Method Description static ContractInputTypeContractInputType. fromValue(String value)ContractInputTypeContractInput. getType()Get typestatic ContractInputTypeContractInputType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContractInputType[]ContractInputType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bonitasoft.web.client.model with parameters of type ContractInputType Modifier and Type Method Description voidContractInput. setType(ContractInputType type)ContractInputContractInput. type(ContractInputType type)
-