| Package | Description |
|---|---|
| org.aoju.bus.image.galaxy.data |
| Modifier and Type | Method and Description |
|---|---|
static PersonName.Component |
PersonName.Component.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersonName.Component[] |
PersonName.Component.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PersonName.contains(PersonName.Component c) |
boolean |
PersonName.contains(PersonName.Group g,
PersonName.Component c) |
String |
PersonName.get(PersonName.Component c) |
String |
PersonName.get(PersonName.Group g,
PersonName.Component c) |
void |
PersonName.set(PersonName.Component c,
String s) |
void |
PersonName.set(PersonName.Group g,
PersonName.Component c,
String s) |
Copyright © 2021. All rights reserved.