Uses of Class
com.ibm.fhir.model.type.code.AuditEventAgentNetworkType.ValueSet
-
Packages that use AuditEventAgentNetworkType.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of AuditEventAgentNetworkType.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return AuditEventAgentNetworkType.ValueSet Modifier and Type Method Description static AuditEventAgentNetworkType.ValueSetAuditEventAgentNetworkType.ValueSet. from(String value)Factory method for creating AuditEventAgentNetworkType.ValueSet values from a passed string value.AuditEventAgentNetworkType.ValueSetAuditEventAgentNetworkType. getValueAsEnumConstant()static AuditEventAgentNetworkType.ValueSetAuditEventAgentNetworkType.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditEventAgentNetworkType.ValueSet[]AuditEventAgentNetworkType.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type AuditEventAgentNetworkType.ValueSet Modifier and Type Method Description static AuditEventAgentNetworkTypeAuditEventAgentNetworkType. of(AuditEventAgentNetworkType.ValueSet value)Factory method for creating AuditEventAgentNetworkType objects from a passed enum value.AuditEventAgentNetworkType.BuilderAuditEventAgentNetworkType.Builder. value(AuditEventAgentNetworkType.ValueSet value)
-