Uses of Class
org.jboss.as.controller.registry.OperationEntry.EntryType
-
Packages that use OperationEntry.EntryType Package Description org.jboss.as.controller org.jboss.as.controller.registry -
-
Uses of OperationEntry.EntryType in org.jboss.as.controller
Fields in org.jboss.as.controller declared as OperationEntry.EntryType Modifier and Type Field Description protected OperationEntry.EntryTypeOperationDefinition. entryTypeprotected OperationEntry.EntryTypeSimpleOperationDefinitionBuilder. entryTypeMethods in org.jboss.as.controller that return OperationEntry.EntryType Modifier and Type Method Description OperationEntry.EntryTypeOperationDefinition. getEntryType()Methods in org.jboss.as.controller with parameters of type OperationEntry.EntryType Modifier and Type Method Description SimpleOperationDefinitionBuilderSimpleOperationDefinitionBuilder. setEntryType(OperationEntry.EntryType entryType) -
Uses of OperationEntry.EntryType in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return OperationEntry.EntryType Modifier and Type Method Description OperationEntry.EntryTypeOperationEntry. getType()static OperationEntry.EntryTypeOperationEntry.EntryType. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationEntry.EntryType[]OperationEntry.EntryType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-