public interface ClassificationAttribute
ClassificationAttribute is a product property that helps specify a ClassificationCategory.
The name of an attribute matches the name of a product property (e.g. length).
The type of an attribute matches the type of the product property (e.g. cm).
A ClassificationCategory can have several attributes, e.g. voltage, weight, measurement.
Since 6.2| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description of the attribute.
|
String |
getName()
Returns the name of the attribute.
|
String |
getPath()
Returns the path of the attribute if represented in the repository.
|
String |
getTitle()
Returns the title of the attribute.
|
String |
getUnit()
Returns the unit of the attribute (e.g: kg).
|
String getPath()
String getTitle()
String getDescription()
String getName()
String getUnit()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"