| Package | Description |
|---|---|
| org.apache.myfaces.tobago.example.test |
| Modifier and Type | Method | Description |
|---|---|---|
ResourceType |
ResourceEntry.getType() |
|
static ResourceType |
ResourceType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ResourceEntry.setType(ResourceType type) |
| Constructor | Description |
|---|---|
ResourceEntry(java.lang.String name,
java.lang.String key,
ResourceType type,
java.lang.String comment) |
|
ResourceEntry(java.lang.String name,
ResourceType type,
java.lang.String comment) |
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.