|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field.Key | |
|---|---|
| nl.surfnet.coin.csa.domain | |
| Uses of Field.Key in nl.surfnet.coin.csa.domain |
|---|
| Methods in nl.surfnet.coin.csa.domain that return Field.Key | |
|---|---|
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. |
| Methods in nl.surfnet.coin.csa.domain that return types with arguments of type Field.Key | |
|---|---|
Map<Field.Key,String> |
CompoundServiceProvider.getDistributionFieldValues()
|
Map<Field.Key,String> |
CompoundServiceProvider.getLmngFieldValues()
|
Map<Field.Key,String> |
CompoundServiceProvider.getSurfConextFieldValues()
|
| Methods in nl.surfnet.coin.csa.domain with parameters of type Field.Key | |
|---|---|
static boolean |
CompoundServiceProvider.isAllowedCombination(Field.Key key,
Field.Source source)
|
void |
Field.setKey(Field.Key key)
|
| Constructors in nl.surfnet.coin.csa.domain with parameters of type Field.Key | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||