java.lang.Objectcom.install4j.api.beaninfo.EnumerationMapEntry
public class EnumerationMapEntry
Entry in an enumeration defined by EnumerationMapper
.
An enumeration map entry maps a verbose description to an arbitrary object.
For primitive enumerated values, an instance of the corresponding wrapper class can be used for the object property.
Constructor Summary | |
---|---|
EnumerationMapEntry(java.lang.String name,
java.lang.Object object)
Construct a map entry. |
Method Summary | |
---|---|
java.lang.String |
getName()
Get the name of the map entry. |
java.lang.Object |
getObject()
Get the object that is mapped to the specified name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnumerationMapEntry(java.lang.String name, java.lang.Object object)
name
- the nameobject
- the objectMethod Detail |
---|
public java.lang.String getName()
public java.lang.Object getObject()