Package de.darkatra.bfme2.map.property
Class Property
-
- All Implemented Interfaces:
public final class Property
-
-
Field Summary
Fields Modifier and Type Field Description private final PropertyKeykeyprivate final Objectvalue
-
Constructor Summary
Constructors Constructor Description Property(PropertyKey key, Object value)
-
Method Summary
Modifier and Type Method Description final PropertyKeygetKey()final ObjectgetValue()-
-
Constructor Detail
-
Property
Property(PropertyKey key, Object value)
-
-
Method Detail
-
getKey
final PropertyKey getKey()
-
-
-
-