public enum StaticPropertyType extends Enum<StaticPropertyType>
| Modifier and Type | Method and Description |
|---|---|
static StaticPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StaticPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StaticPropertyType AnyStaticProperty
public static final StaticPropertyType CollectionStaticProperty
public static final StaticPropertyType DomainStaticProperty
public static final StaticPropertyType FreeTextStaticProperty
public static final StaticPropertyType FileStaticProperty
public static final StaticPropertyType MappingPropertyUnary
public static final StaticPropertyType MappingPropertyNary
public static final StaticPropertyType MatchingStaticProperty
public static final StaticPropertyType OneOfStaticProperty
public static final StaticPropertyType RuntimeResolvableAnyStaticProperty
public static final StaticPropertyType RuntimeResolvableOneOfStaticProperty
public static StaticPropertyType[] values()
for (StaticPropertyType c : StaticPropertyType.values()) System.out.println(c);
public static StaticPropertyType 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 © 2019. All rights reserved.