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 |
|---|
ResourceProperty.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 ResourceProperty.Key(ResourceProperty.Type type, String name)
public int compareTo(ResourceProperty.Key other)
compareTo in interface Comparable<ResourceProperty.Key>public String getName()
ResourceProperty.KeyResourceProperty.Keypublic ResourceProperty.Type getType()
ResourceProperty.Type of the ResourceProperty.KeyResourceProperty.Type of the ResourceProperty.KeyCopyright © 2013–2015 shadowhunt. All rights reserved.