|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.util.HypericEnum
org.hyperic.hq.hqu.server.session.ViewResourceCategory
public class ViewResourceCategory
This enumeration defines the possible attachment categories for views which can be attached to resources. For instance, one category may be 'VIEWS' which means the attachment can be attached to a resource's 'VIEWS' menu. This allows for future expansion in different resource attach points.
Field Summary | |
---|---|
static ViewResourceCategory |
VIEWS
|
Method Summary | |
---|---|
static ViewResourceCategory |
findByDescription(java.lang.String d)
|
Methods inherited from class org.hyperic.util.HypericEnum |
---|
findByCode, findByDescription, getAll, getByCode, getCode, getDescription, getJsonName, getValue, toJSON, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ViewResourceCategory VIEWS
Method Detail |
---|
public static ViewResourceCategory findByDescription(java.lang.String d)
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |