public enum NameSuffixType extends Enum<NameSuffixType>
Java class for NameSuffixType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="NameSuffixType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="BM"/>
<enumeration value="BEM"/>
<enumeration value="COMDC"/>
<enumeration value="CH"/>
<enumeration value="AC"/>
<enumeration value="CV"/>
<enumeration value="DCMG"/>
<enumeration value="DCB"/>
<enumeration value="DBE"/>
<enumeration value="DCVO"/>
<enumeration value="AD"/>
<enumeration value="DFM"/>
<enumeration value="DSC"/>
<enumeration value="DSM"/>
<enumeration value="VIII"/>
<enumeration value="ESQ"/>
<enumeration value="V"/>
<enumeration value="I"/>
<enumeration value="IV"/>
<enumeration value="GC"/>
<enumeration value="JNR"/>
<enumeration value="JP"/>
<enumeration value="KB"/>
<enumeration value="KCMG"/>
<enumeration value="KCB"/>
<enumeration value="KBE"/>
<enumeration value="KCVO"/>
<enumeration value="AK"/>
<enumeration value="KG"/>
<enumeration value="KT"/>
<enumeration value="MD"/>
<enumeration value="OAM"/>
<enumeration value="MP"/>
<enumeration value="MHA"/>
<enumeration value="MHR"/>
<enumeration value="MLA"/>
<enumeration value="MLC"/>
<enumeration value="AM"/>
<enumeration value="MBE"/>
<enumeration value="MC"/>
<enumeration value="IX"/>
<enumeration value="OC"/>
<enumeration value="AO"/>
<enumeration value="OBE"/>
<enumeration value="OM"/>
<enumeration value="QC"/>
<enumeration value="II"/>
<enumeration value="SNR"/>
<enumeration value="VII"/>
<enumeration value="VI"/>
<enumeration value="SC"/>
<enumeration value="X"/>
<enumeration value="III"/>
<enumeration value="VC"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AC
Companion of the Order of Australia
|
AD
Dame of the Order of Australia
|
AK
Knight of the Order of Australia
|
AM
Member of the Order of Australia
|
AO
Officer of the Order of Australia
|
BEM
British Empire Medal
|
BM
Bravery Medal
|
CH
Companion of Honour
|
COMDC
Commissioner of Declarations
|
CV
Cross of Valour
|
DBE
Dame Commander of the Order of the British Empire
|
DCB
Dame Commander of the Order of the Bath
|
DCMG
Dame Commander of the Order of Saint Michael and Saint George
|
DCVO
Dame Commander of the Royal Victorian Order
|
DFM
Distinguished Flying Medal
|
DSC
Distinguished Service Cross
|
DSM
Distinguished Service Medal
|
ESQ
Esquire
|
GC
George Cross
|
I
First
|
II
Second
|
III
Third
|
IV
Fourth
|
IX
Ninth
|
JNR
Junior
|
JP
Justice of the Peace
|
KB
Knight Bachelor
|
KBE
Knight Commander of the Order of the British Empire
|
KCB
Knight Commander of the Order of the Bath
|
KCMG
Knight Commander of the Order of Saint Michael and Saint George
|
KCVO
Knight Commander of the Royal Victorian Order
|
KG
Knight of the Garter
|
KT
Knight of the Thistle
|
MBE
Member of the Order of the British Empire
|
MC
Military Cross
|
MD
MD
|
MHA
Member of the House of Assembly
|
MHR
Member of the House of Representatives
|
MLA
Member of the Legislative Assembly
|
MLC
Member of the Legislative Council
|
MP
Member of Parliament
|
OAM
Medal of the Order of Australia
|
OBE
Officer of the Order of the British Empire
|
OC
Officer Commanding
|
OM
Order of Merit
|
QC
Queens Counsel
|
SC
Star of Courage
|
SNR
Senior
|
V
Fifth
|
VC
Victoria Cross
|
VI
Sixth
|
VII
Seventh
|
VIII
Eighth
|
X
Tenth
|
| Modifier and Type | Method and Description |
|---|---|
static NameSuffixType |
fromValue(String v) |
String |
value() |
static NameSuffixType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NameSuffixType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NameSuffixType BM
public static final NameSuffixType BEM
public static final NameSuffixType COMDC
public static final NameSuffixType CH
public static final NameSuffixType AC
public static final NameSuffixType CV
public static final NameSuffixType DCMG
public static final NameSuffixType DCB
public static final NameSuffixType DBE
public static final NameSuffixType DCVO
public static final NameSuffixType AD
public static final NameSuffixType DFM
public static final NameSuffixType DSC
public static final NameSuffixType DSM
public static final NameSuffixType VIII
public static final NameSuffixType ESQ
public static final NameSuffixType V
public static final NameSuffixType I
public static final NameSuffixType IV
public static final NameSuffixType GC
public static final NameSuffixType JNR
public static final NameSuffixType JP
public static final NameSuffixType KB
public static final NameSuffixType KCMG
public static final NameSuffixType KCB
public static final NameSuffixType KBE
public static final NameSuffixType KCVO
public static final NameSuffixType AK
public static final NameSuffixType KG
public static final NameSuffixType KT
public static final NameSuffixType MD
public static final NameSuffixType OAM
public static final NameSuffixType MP
public static final NameSuffixType MHA
public static final NameSuffixType MHR
public static final NameSuffixType MLA
public static final NameSuffixType MLC
public static final NameSuffixType AM
public static final NameSuffixType MBE
public static final NameSuffixType MC
public static final NameSuffixType IX
public static final NameSuffixType OC
public static final NameSuffixType AO
public static final NameSuffixType OBE
public static final NameSuffixType OM
public static final NameSuffixType QC
public static final NameSuffixType II
public static final NameSuffixType SNR
public static final NameSuffixType VII
public static final NameSuffixType VI
public static final NameSuffixType SC
public static final NameSuffixType X
public static final NameSuffixType III
public static final NameSuffixType VC
public static NameSuffixType[] values()
for (NameSuffixType c : NameSuffixType.values()) System.out.println(c);
public static NameSuffixType 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 String value()
public static NameSuffixType fromValue(String v)
Copyright © 2021. All rights reserved.