Package | Description |
---|---|
org.apache.myfaces.trinidad.bean |
Modifier and Type | Method and Description |
---|---|
PropertyKey.Mutable |
PropertyKey.getMutable()
Returns true if the type of this property is mutable
|
static PropertyKey.Mutable |
PropertyKey.Mutable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyKey.Mutable[] |
PropertyKey.Mutable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected PropertyKey |
FacesBean.Type.createPropertyKey(String name,
Class<?> type,
Object defaultValue,
int capabilities,
int index,
PropertyKey.Mutable mutable) |
PropertyKey |
FacesBean.Type.registerKey(String name,
Class<?> type,
Object defaultValue,
int capabilities,
PropertyKey.Mutable mutable)
Register a new key with a set of capabilities.
|
Constructor and Description |
---|
PropertyKey(String name,
Class<?> type,
Object defaultValue,
int capabilities,
int index,
PropertyKey.Mutable mutable) |
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.