Package | Description |
---|---|
er.extensions.eof | |
er.rest |
Modifier and Type | Method and Description |
---|---|
ERXKey.Type |
ERXKey.type()
See
ERXKey.ERXKey(String, Type) for information on how to automatically
set this. |
static ERXKey.Type |
ERXKey.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERXKey.Type[] |
ERXKey.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ERXKeyFilter.matches(ERXKey key,
ERXKey.Type type)
Returns whether or not the given key (of the given type, if known) is included in this filter.
|
boolean |
ERXKeyFilter.matches(String key,
ERXKey.Type type)
Returns whether or not the given key (of the given type, if known) is included in this filter.
|
void |
ERXKey.setType(ERXKey.Type type) |
Constructor and Description |
---|
ERXKey(String key,
ERXKey.Type type)
Constructs an ERXKey, specifying what
ERXKey.Type it is. |
ERXKey(String key,
String locale,
ERXKey.Type type)
Constructs a localized ERXKey, specifying what
ERXKey.Type it is. |
Modifier and Type | Method and Description |
---|---|
static ERXKey.Type |
ERXFilteredQualifierTraversal.typeForKeyInEntity(String key,
EOEntity entity)
Returns the ERXKey.Type for a keypath on a particular entity.
|
Copyright © 2002 – 2025 Project Wonder.