public static final class Container.EntityParameter extends Object
Provides the information of the container's entity parameter.
Container.EntityParameter(String key, String value)
EntityParameter
String
getKey()
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Container.EntityParameter(String key, String value)
Initializes a new instance of the EntityParameter class.
key
value
public String getKey()
Gets a parameter key.
public String getValue()
Gets a parameter value.