public enum AttributeRelationType extends java.lang.Enum<AttributeRelationType>
| Enum Constant and Description | 
|---|
| MANY_TO_MANY | 
| MANY_TO_ONE | 
| NO_RELATION | 
| ONE_TO_MANY | 
| Modifier and Type | Method and Description | 
|---|---|
| static AttributeRelationType | by(java.lang.String value) | 
| java.lang.String | getSchemaRepresentation() | 
| boolean | isManyRelation() | 
| static AttributeRelationType | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static AttributeRelationType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final AttributeRelationType NO_RELATION
public static final AttributeRelationType MANY_TO_ONE
public static final AttributeRelationType ONE_TO_MANY
public static final AttributeRelationType MANY_TO_MANY
public static AttributeRelationType[] values()
for (AttributeRelationType c : AttributeRelationType.values()) System.out.println(c);
public static AttributeRelationType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static AttributeRelationType by(java.lang.String value)
public java.lang.String getSchemaRepresentation()
public boolean isManyRelation()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.