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