public enum ExtrinsicObjectTypeEnum extends Enum<ExtrinsicObjectTypeEnum>
| Enum Constant and Description |
|---|
DOC |
| Modifier and Type | Method and Description |
|---|---|
String |
getObjectType()
Get the value of objectType.
|
static ExtrinsicObjectTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtrinsicObjectTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtrinsicObjectTypeEnum DOC
public static ExtrinsicObjectTypeEnum[] values()
for (ExtrinsicObjectTypeEnum c : ExtrinsicObjectTypeEnum.values()) System.out.println(c);
public static ExtrinsicObjectTypeEnum 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 getObjectType()
Copyright © 2010–2025. All rights reserved.