Uses of Class
org.hyperledger.acy_py.generated.model.IndyGEProofPred.PTypeEnum
-
Packages that use IndyGEProofPred.PTypeEnum Package Description org.hyperledger.acy_py.generated.model -
-
Uses of IndyGEProofPred.PTypeEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return IndyGEProofPred.PTypeEnum Modifier and Type Method Description static IndyGEProofPred.PTypeEnumIndyGEProofPred.PTypeEnum. fromValue(String value)IndyGEProofPred.PTypeEnumIndyGEProofPred. getPType()IndyGEProofPred.PTypeEnumIndyGEProofPred.PTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static IndyGEProofPred.PTypeEnumIndyGEProofPred.PTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static IndyGEProofPred.PTypeEnum[]IndyGEProofPred.PTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.acy_py.generated.model with parameters of type IndyGEProofPred.PTypeEnum Modifier and Type Method Description IndyGEProofPred.IndyGEProofPredBuilderIndyGEProofPred.IndyGEProofPredBuilder. pType(IndyGEProofPred.PTypeEnum pType)voidIndyGEProofPred. setPType(IndyGEProofPred.PTypeEnum pType)voidIndyGEProofPred.PTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, IndyGEProofPred.PTypeEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type IndyGEProofPred.PTypeEnum Constructor Description IndyGEProofPred(String attrName, IndyGEProofPred.PTypeEnum pType, Integer value)
-