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.2Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description of the attribute.
|
java.lang.String |
getName()
Returns the name of the attribute.
|
java.lang.String |
getPath()
Returns the path of the attribute if represented in the repository.
|
java.lang.String |
getTitle()
Returns the title of the attribute.
|
java.lang.String |
getUnit()
Returns the unit of the attribute (e.g: kg).
|
java.lang.String getPath()
java.lang.String getTitle()
java.lang.String getDescription()
java.lang.String getName()
java.lang.String getUnit()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"