|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyDataValue | |
---|---|
org.apache.juddi.model |
Uses of KeyDataValue in org.apache.juddi.model |
---|
Methods in org.apache.juddi.model that return KeyDataValue | |
---|---|
KeyDataValue |
KeyDataValue.getKeyDataValue()
|
Methods in org.apache.juddi.model that return types with arguments of type KeyDataValue | |
---|---|
java.util.List<KeyDataValue> |
KeyInfo.getKeyDataValue()
|
java.util.List<KeyDataValue> |
KeyDataValue.getKeyDataValueList()
|
Methods in org.apache.juddi.model with parameters of type KeyDataValue | |
---|---|
void |
KeyDataValue.setKeyDataValue(KeyDataValue keyDataValue)
|
Method parameters in org.apache.juddi.model with type arguments of type KeyDataValue | |
---|---|
void |
KeyInfo.setKeyDataValue(java.util.List<KeyDataValue> keyDataValue)
|
void |
KeyDataValue.setKeyDataValueList(java.util.List<KeyDataValue> keyDataValueList)
|
Constructors in org.apache.juddi.model with parameters of type KeyDataValue | |
---|---|
KeyDataValue(KeyInfo keyInfo,
java.lang.String keyDataType,
java.lang.String keyDataName,
byte[] keyDataValueBytes,
java.lang.String keyDataValueString,
KeyDataValue keyDataValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |