| Package | Description |
|---|---|
| org.apache.myfaces.tobago.example.test |
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
ResourceEntry.getType() |
static ResourceType |
ResourceType.valueOf(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 and Description |
|---|---|
void |
ResourceEntry.setType(ResourceType type) |
| Constructor and Description |
|---|
ResourceEntry(String name,
ResourceType type,
String comment) |
ResourceEntry(String name,
String key,
ResourceType type,
String comment) |
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.