Package de.darkatra.bfme2.map.property
Class PropertyKey
-
- All Implemented Interfaces:
public final class PropertyKey
-
-
Field Summary
Fields Modifier and Type Field Description private final PropertyTypepropertyTypeprivate final Stringname
-
Constructor Summary
Constructors Constructor Description PropertyKey(PropertyType propertyType, String name)
-
Method Summary
Modifier and Type Method Description final PropertyTypegetPropertyType()final StringgetName()-
-
Constructor Detail
-
PropertyKey
PropertyKey(PropertyType propertyType, String name)
-
-
Method Detail
-
getPropertyType
final PropertyType getPropertyType()
-
-
-
-