| Package | Description |
|---|---|
| de.shadowhunt.subversion |
| Modifier and Type | Method and Description |
|---|---|
ResourceProperty.Type |
ResourceProperty.getType()
Returns the
ResourceProperty.Type of the ResourceProperty.Key. |
ResourceProperty.Type |
ResourceProperty.Key.getType()
Returns the
ResourceProperty.Type of the ResourceProperty.Key. |
static ResourceProperty.Type |
ResourceProperty.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceProperty.Type[] |
ResourceProperty.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Key(ResourceProperty.Type type,
String name) |
ResourceProperty(ResourceProperty.Type type,
String name,
String value)
Create a new
ResourceProperty with the given ResourceProperty.Type, name and value. |
Copyright © 2013–2017 shadowhunt. All rights reserved.