public static enum EntitiesDocumentationUtils.PredefinedEntity extends Enum<EntitiesDocumentationUtils.PredefinedEntity>
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getValue() |
static EntitiesDocumentationUtils.PredefinedEntity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntitiesDocumentationUtils.PredefinedEntity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntitiesDocumentationUtils.PredefinedEntity lt
public static final EntitiesDocumentationUtils.PredefinedEntity gt
public static final EntitiesDocumentationUtils.PredefinedEntity amp
public static final EntitiesDocumentationUtils.PredefinedEntity apos
public static final EntitiesDocumentationUtils.PredefinedEntity quot
public static EntitiesDocumentationUtils.PredefinedEntity[] values()
for (EntitiesDocumentationUtils.PredefinedEntity c : EntitiesDocumentationUtils.PredefinedEntity.values()) System.out.println(c);
public static EntitiesDocumentationUtils.PredefinedEntity 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 getName()
public String getValue()
Copyright © 2022. All rights reserved.