public enum ComplexPropertyType extends Enum<ComplexPropertyType> implements PropertyType
| Enum Constant and Description |
|---|
LIST |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeclareName() |
String |
getFqName() |
boolean |
hasToImport() |
static ComplexPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComplexPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComplexPropertyType LIST
public static ComplexPropertyType[] values()
for (ComplexPropertyType c : ComplexPropertyType.values()) System.out.println(c);
public static ComplexPropertyType 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 getDeclareName()
getDeclareName in interface PropertyTypepublic String getFqName()
public boolean hasToImport()
Copyright © 2019. All rights reserved.