public class PrioritizedComponentModel extends ComponentModel
Modifier and Type | Field and Description |
---|---|
static Comparator<ComponentModel> |
comparator |
static String |
PRIORITY |
Constructor and Description |
---|
PrioritizedComponentModel() |
PrioritizedComponentModel(ComponentModel copy) |
Modifier and Type | Method and Description |
---|---|
int |
getPriority() |
static int |
parsePriority(ComponentModel component) |
void |
setPriority(int priority) |
contains, get, get, get, get, getConfig, getId, getName, getNote, getParentId, getProviderId, getProviderType, getSubType, hasNote, put, put, put, put, setConfig, setId, setName, setNote, setParentId, setProviderId, setProviderType, setSubType
public static final String PRIORITY
public static Comparator<ComponentModel> comparator
public PrioritizedComponentModel(ComponentModel copy)
public PrioritizedComponentModel()
public static int parsePriority(ComponentModel component)
public int getPriority()
public void setPriority(int priority)
Copyright © 2019 JBoss by Red Hat. All rights reserved.