Package | Description |
---|---|
org.jboss.managed.api | |
org.jboss.managed.api.annotation | |
org.jboss.managed.plugins |
Modifier and Type | Method and Description |
---|---|
boolean |
ManagedProperty.hasViewUse(ViewUse use)
See if the property has the indicated ViewUse among its
|
Modifier and Type | Method and Description |
---|---|
static ViewUse |
ViewUse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewUse[] |
ViewUse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ViewUse[] |
ManagedPropertyImpl.getViewUse() |
ViewUse[] |
DefaultFieldsImpl.getViewUse()
Get the view use
|
Modifier and Type | Method and Description |
---|---|
boolean |
ManagedPropertyImpl.hasViewUse(ViewUse use)
See if the property has the indicated ViewUse among its
|
void |
ManagedPropertyImpl.setViewUse(ViewUse[] use) |
void |
DefaultFieldsImpl.setViewUse(ViewUse[] use)
Set the view use
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.