public static enum TestProperty.TestPropertyType extends Enum<TestProperty.TestPropertyType>
| Modifier and Type | Method and Description |
|---|---|
abstract TestProperty |
createTestProperty(String name,
Properties properties) |
abstract Set<String> |
getValueNames() |
static TestProperty.TestPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestProperty.TestPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestProperty.TestPropertyType STRING
public static final TestProperty.TestPropertyType BOOLEAN
public static final TestProperty.TestPropertyType INT
public static final TestProperty.TestPropertyType DECIMAL
public static TestProperty.TestPropertyType[] values()
for (TestProperty.TestPropertyType c : TestProperty.TestPropertyType.values()) System.out.println(c);
public static TestProperty.TestPropertyType 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 abstract TestProperty createTestProperty(String name, Properties properties)
Copyright © 2005–2018 Alfresco Software. All rights reserved.