public enum AssetOwnerType extends Enum<AssetOwnerType> implements Serializable
| Enum Constant and Description |
|---|
Other
Another type of owner identifier, probably not supported by open metadata.
|
ProfileId
The unique identifier (guid) of the profile of the owner.
|
UserId
The owner's userId is specified (default).
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the description for the enum.
|
String |
getName()
Return the descriptive name for the AssetOwnerType enum instance
|
int |
getOrdinal()
Return the numerical value for the enum.
|
static AssetOwnerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetOwnerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetOwnerType UserId
public static final AssetOwnerType ProfileId
public static final AssetOwnerType Other
public static AssetOwnerType[] values()
for (AssetOwnerType c : AssetOwnerType.values()) System.out.println(c);
public static AssetOwnerType 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 int getOrdinal()
public String getDescription()
public String getName()
Copyright © 2018–2019 ODPi. All rights reserved.