| Modifier and Type | Method and Description |
|---|---|
static StorageProperty |
StorageProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageProperty[] |
StorageProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
StorageProperty.validate(File storagePropertiesFile,
Set<StorageProperty> additionalProperties) |
static void |
StorageProperty.validate(Map<String,String> storageProperties,
Set<StorageProperty> additionalProperties) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.