| Package | Description |
|---|---|
| de.shadowhunt.subversion |
| Modifier and Type | Method and Description |
|---|---|
ResourceProperty.Type |
ResourceProperty.getType()
Returns the
ResourceProperty.Type of the ResourceProperty |
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 |
|---|
ResourceProperty(ResourceProperty.Type type,
String name,
String value)
Create a new
ResourceProperty with the given ResourceProperty.Type, name and value |
Copyright © 2013–2014 shadowhunt. All rights reserved.