Uses of Class
de.codecentric.reedelk.module.descriptor.model.component.ComponentType
-
Packages that use ComponentType Package Description de.codecentric.reedelk.module.descriptor.model.component -
-
Uses of ComponentType in de.codecentric.reedelk.module.descriptor.model.component
Methods in de.codecentric.reedelk.module.descriptor.model.component that return ComponentType Modifier and Type Method Description ComponentTypeComponentDescriptor. getType()static ComponentTypeComponentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComponentType[]ComponentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.codecentric.reedelk.module.descriptor.model.component with parameters of type ComponentType Modifier and Type Method Description voidComponentDescriptor. setType(ComponentType type)ComponentDescriptor.BuilderComponentDescriptor.Builder. type(ComponentType componentType)
-