public class BundleInfo
extends java.lang.Object
BundleInfoProvider
. Each information entry is featured by name,
value, type and description.Constructor and Description |
---|
BundleInfo(java.lang.String name,
java.lang.Object value,
BundleInfoType type,
java.lang.String description)
Creates a new bundle information entry.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets user-friendly description of the key pair.
|
java.lang.String |
getName()
Gets the name of the information entry.
|
BundleInfoType |
getType()
Gets the type of the information value.
|
java.lang.Object |
getValue()
Gets the information value.
|
public BundleInfo(java.lang.String name, java.lang.Object value, BundleInfoType type, java.lang.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 java.lang.String getName()
public java.lang.String getDescription()
public java.lang.Object getValue()
public BundleInfoType getType()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"