public static enum AAPropertyRelationshipFeature.Relationship extends Enum<AAPropertyRelationshipFeature.Relationship>
Enum Constant and Description |
---|
addition |
multiplication |
subtraction |
Modifier and Type | Method and Description |
---|---|
static AAPropertyRelationshipFeature.Relationship |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AAPropertyRelationshipFeature.Relationship[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AAPropertyRelationshipFeature.Relationship addition
public static final AAPropertyRelationshipFeature.Relationship subtraction
public static final AAPropertyRelationshipFeature.Relationship multiplication
public static AAPropertyRelationshipFeature.Relationship[] values()
for (AAPropertyRelationshipFeature.Relationship c : AAPropertyRelationshipFeature.Relationship.values()) System.out.println(c);
public static AAPropertyRelationshipFeature.Relationship 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 nullCopyright © 2021. All rights reserved.