Package ome.xml.model.enums.handlers
Class FontStyleEnumHandler
java.lang.Object
ome.xml.model.enums.handlers.FontStyleEnumHandler
- All Implemented Interfaces:
IEnumerationHandler
Enumeration handler for FontStyle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Enumeration>Retrieve the entity corresponding to this handler.getEnumeration(String value) Attempt to find an enumeration from a list of enumeration values.
-
Constructor Details
-
FontStyleEnumHandler
public FontStyleEnumHandler()
-
-
Method Details
-
getEnumeration
Description copied from interface:IEnumerationHandlerAttempt to find an enumeration from a list of enumeration values.- Specified by:
getEnumerationin interfaceIEnumerationHandler- Parameters:
value- Value for which to find an enumeration.- Throws:
EnumerationException
-
getEntity
Description copied from interface:IEnumerationHandlerRetrieve the entity corresponding to this handler.- Specified by:
getEntityin interfaceIEnumerationHandler
-