|
Oracle Role Manager Java API Reference 10g (10.1.4) E14613-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.iam.rm.server_api.model.EnumeratedValueValidator.NameValuePair
public static class EnumeratedValueValidator.NameValuePair
A key/value pair representing the values supported by the validator.
| Constructor Summary | |
|---|---|
EnumeratedValueValidator.NameValuePair(java.lang.Object key, java.lang.String label)Creates a NameValuePair. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getKey()Gets the key that determines the constrained value. |
java.lang.String |
getLabel()Gets the human-readable label that can be used by a presentation layer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnumeratedValueValidator.NameValuePair(java.lang.Object key,
java.lang.String label)
NameValuePair.
key - key that determines the constrained valuelabel - human-readable label that can be used by a presentation layer| Method Detail |
|---|
public java.lang.Object getKey()
Object representing the key that determines the constrained value.public java.lang.String getLabel()
String representing the label to be used by a presentation layer.
|
Oracle Role Manager Java API Reference 10g (10.1.4) E14613-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||