public static final class ResourceProperty.Key extends Object implements Comparable<ResourceProperty.Key>
ResourceProperty.Key is the internal name a ResourceProperty is stored.| Constructor and Description |
|---|
Key(ResourceProperty.Type type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ResourceProperty.Key other) |
boolean |
equals(Object o) |
String |
getName()
Returns the name of the
ResourceProperty.Key. |
ResourceProperty.Type |
getType()
Returns the
ResourceProperty.Type of the ResourceProperty.Key. |
int |
hashCode() |
String |
toString() |
public Key(ResourceProperty.Type type, String name)
public int compareTo(ResourceProperty.Key other)
compareTo in interface Comparable<ResourceProperty.Key>public String getName()
ResourceProperty.Key.ResourceProperty.Keypublic ResourceProperty.Type getType()
ResourceProperty.Type of the ResourceProperty.Key.ResourceProperty.Type of the ResourceProperty.KeyCopyright © 2013–2017 shadowhunt. All rights reserved.