public class BundleInfo extends Object
BundleInfoProvider. Each information entry is featured by name,
value, type and description.| Constructor and Description |
|---|
BundleInfo(String name,
Object value,
BundleInfoType type,
String description)
Creates a new bundle information entry.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets user-friendly description of the key pair.
|
String |
getName()
Gets the name of the information entry.
|
BundleInfoType |
getType()
Gets the type of the information value.
|
Object |
getValue()
Gets the information value.
|
public BundleInfo(String name, Object value, BundleInfoType type, String description)
name - the name of the entryvalue - the value associated with that entrytype - the type of the valuedescription - additional, user-friendly description for that value.public String getName()
public String getDescription()
public Object getValue()
public BundleInfoType getType()
Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.