Uses of Enum
org.hl7.fhir.dstu2.model.Claim.ClaimType
Packages that use Claim.ClaimType
-
Uses of Claim.ClaimType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Claim.ClaimTypeModifier and TypeFieldDescriptionprotected Enumeration<Claim.ClaimType>Claim.typeThe category of claim this is.Methods in org.hl7.fhir.dstu2.model that return Claim.ClaimTypeModifier and TypeMethodDescriptionstatic Claim.ClaimTypeClaim.getType()static Claim.ClaimTypeReturns the enum constant of this type with the specified name.static Claim.ClaimType[]Claim.ClaimType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Claim.ClaimTypeMethods in org.hl7.fhir.dstu2.model with parameters of type Claim.ClaimTypeModifier and TypeMethodDescriptionClaim.setType(Claim.ClaimType value)Claim.ClaimTypeEnumFactory.toCode(Claim.ClaimType code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Claim.ClaimTypeConstructor parameters in org.hl7.fhir.dstu2.model with type arguments of type Claim.ClaimType