Uses of Enum Class
org.jboss.as.controller.registry.OperationEntry.EntryType
Packages that use OperationEntry.EntryType
-
Uses of OperationEntry.EntryType in org.jboss.as.controller
Fields in org.jboss.as.controller declared as OperationEntry.EntryTypeModifier and TypeFieldDescriptionprotected final OperationEntry.EntryTypeOperationDefinition.entryTypeprotected OperationEntry.EntryTypeSimpleOperationDefinitionBuilder.entryTypeMethods in org.jboss.as.controller that return OperationEntry.EntryTypeMethods in org.jboss.as.controller with parameters of type OperationEntry.EntryTypeModifier and TypeMethodDescriptionSimpleOperationDefinitionBuilder.setEntryType(OperationEntry.EntryType entryType) -
Uses of OperationEntry.EntryType in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return OperationEntry.EntryTypeModifier and TypeMethodDescriptionOperationEntry.getType()static OperationEntry.EntryTypeReturns the enum constant of this class with the specified name.static OperationEntry.EntryType[]OperationEntry.EntryType.values()Returns an array containing the constants of this enum class, in the order they are declared.