| Package | Description |
|---|---|
| nl.surfnet.coin.selfservice.domain |
| Modifier and Type | Method and Description |
|---|---|
Field.Key |
Field.getKey() |
static Field.Key |
Field.Key.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Field.Key[] |
Field.Key.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Field.Key,String> |
CompoundServiceProvider.getDistributionFieldValues() |
Map<Field.Key,String> |
CompoundServiceProvider.getLmngFieldValues() |
Map<Field.Key,String> |
CompoundServiceProvider.getSurfConextFieldValues() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AttributeScopeConstraints.isAllowed(Field.Key key) |
static boolean |
CompoundServiceProvider.isAllowedCombination(Field.Key key,
Field.Source source) |
void |
Field.setKey(Field.Key key) |
| Constructor and Description |
|---|
Field(Field.Source source,
Field.Key key,
CompoundServiceProvider compoundServiceProvider) |
FieldImage(Field.Source source,
Field.Key key,
byte[] image) |
FieldImage(Field.Source source,
Field.Key key,
byte[] image,
CompoundServiceProvider compoundServiceProvider) |
FieldImage(Field.Source source,
Field.Key key,
CompoundServiceProvider compoundServiceProvider) |
FieldString(Field.Source source,
Field.Key key,
String value) |
FieldString(Field.Source source,
Field.Key key,
String value,
CompoundServiceProvider compoundServiceProvider) |
Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.