Package org.alfresco.opencmis
Interface EnumLabel
-
- All Known Implementing Classes:
CMISAccessControlFormatEnum
public interface EnumLabel
Enum label (mapping from Enum name to CMIS name)- Author:
- davidc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLabel()
Gets the enum label (as defined by CMIS)
-
-
-
Method Detail
-
getLabel
String getLabel()
Gets the enum label (as defined by CMIS)- Returns:
- enum label
-
-