public enum HpdParticipantObjectIdTypeCode extends Enum<HpdParticipantObjectIdTypeCode> implements org.openehealth.ipf.commons.audit.types.ParticipantObjectIdType, org.openehealth.ipf.commons.audit.types.EnumeratedCodedValue<org.openehealth.ipf.commons.audit.types.ParticipantObjectIdType>
| Enum Constant and Description |
|---|
RelativeDistinguishedName |
| Modifier and Type | Method and Description |
|---|---|
org.openehealth.ipf.commons.audit.types.ParticipantObjectIdType |
getValue() |
static HpdParticipantObjectIdTypeCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HpdParticipantObjectIdTypeCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfof, ofpublic static final HpdParticipantObjectIdTypeCode RelativeDistinguishedName
public static HpdParticipantObjectIdTypeCode[] values()
for (HpdParticipantObjectIdTypeCode c : HpdParticipantObjectIdTypeCode.values()) System.out.println(c);
public static HpdParticipantObjectIdTypeCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic org.openehealth.ipf.commons.audit.types.ParticipantObjectIdType getValue()
getValue in interface org.openehealth.ipf.commons.audit.types.EnumeratedValueSet<org.openehealth.ipf.commons.audit.types.ParticipantObjectIdType>Copyright © 2020 Open eHealth Foundation. All rights reserved.