public static enum SuiObjectOwner.StringSuiObjectOwner extends java.lang.Enum<SuiObjectOwner.StringSuiObjectOwner> implements SuiObjectOwner
SuiObjectOwner.AddressOwner, SuiObjectOwner.ObjectOwner, SuiObjectOwner.SharedOwner, SuiObjectOwner.StringSuiObjectOwner| Enum Constant and Description |
|---|
Immutable
Immutable string sui object owner.
|
| Modifier and Type | Method and Description |
|---|---|
static SuiObjectOwner.StringSuiObjectOwner |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SuiObjectOwner.StringSuiObjectOwner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SuiObjectOwner.StringSuiObjectOwner Immutable
public static SuiObjectOwner.StringSuiObjectOwner[] values()
for (SuiObjectOwner.StringSuiObjectOwner c : SuiObjectOwner.StringSuiObjectOwner.values()) System.out.println(c);
public static SuiObjectOwner.StringSuiObjectOwner valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null