org.decisiondeck.xmcda_oo.structure.category
Interface ICategory
- All Known Implementing Classes:
- Category
public interface ICategory
Note that two categories are considered equal iff they have the same name. The profiles are not considered
in the equality test. Testing for stronger equality is possible with
CategoryUtils.identical(ICategory, ICategory).
getName
String getName()
- Returns:
- not
null, not empty.
getProfileDown
Alternative getProfileDown()
- Returns:
null if no profile down has been specified.
getProfileUp
Alternative getProfileUp()
- Returns:
null if no profile up has been specified.
Copyright © 2011. All Rights Reserved.