Uses of Class
org.apache.uima.UimaContextHolder.ContextHolderReferenceType
-
Packages that use UimaContextHolder.ContextHolderReferenceType Package Description org.apache.uima Apache UIMA -
-
Uses of UimaContextHolder.ContextHolderReferenceType in org.apache.uima
Fields in org.apache.uima declared as UimaContextHolder.ContextHolderReferenceType Modifier and Type Field Description private static UimaContextHolder.ContextHolderReferenceType
UimaContextHolder. CONTEXT_HOLDER_REFERENCE_TYPE_VALUE
Methods in org.apache.uima that return UimaContextHolder.ContextHolderReferenceType Modifier and Type Method Description static UimaContextHolder.ContextHolderReferenceType
UimaContextHolder.ContextHolderReferenceType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UimaContextHolder.ContextHolderReferenceType[]
UimaContextHolder.ContextHolderReferenceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-