public enum ObjectSizeFeature extends Enum<ObjectSizeFeature> implements GenericSchemaFeature
| Enum Constant and Description |
|---|
MAX_PROPERTIES
maxProperties |
MIN_PROPERTIES
minProperties |
| Modifier and Type | Method and Description |
|---|---|
static ObjectSizeFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectSizeFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetFeatureResultpublic static final ObjectSizeFeature MIN_PROPERTIES
minPropertiespublic static final ObjectSizeFeature MAX_PROPERTIES
maxPropertiespublic static ObjectSizeFeature[] values()
for (ObjectSizeFeature c : ObjectSizeFeature.values()) System.out.println(c);
public static ObjectSizeFeature 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–2022. All rights reserved.