Eclipseplugins
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
i
l
m
o
p
q
r
s
t
u
w
Functions
a
b
c
d
e
f
g
i
l
m
o
p
q
r
s
t
u
w
Variables
Files
File List
•
All
Classes
Functions
Variables
Pages
PaPreference.java
1
package
com.proalpha.pds.paconnector;
2
3
public
class
PaPreference
{
4
8
public
String
getKey
() {
9
return
key;
10
}
11
15
public
void
setKey
(String key) {
16
this.key = key;
17
}
18
22
public
String
getValue
() {
23
return
value;
24
}
25
29
public
void
setValue
(String value) {
30
this.value = value;
31
}
32
33
private
String key;
34
private
String value;
35
36
public
PaPreference
(String key, String value) {
37
super();
38
this.key = key;
39
this.value = value;
40
}
41
42
}
com.proalpha.pds.paconnector.PaPreference
Definition:
PaPreference.java:3
com.proalpha.pds.paconnector.PaPreference.setKey
void setKey(String key)
Definition:
PaPreference.java:15
com.proalpha.pds.paconnector.PaPreference.getKey
String getKey()
Definition:
PaPreference.java:8
com.proalpha.pds.paconnector.PaPreference.setValue
void setValue(String value)
Definition:
PaPreference.java:29
com.proalpha.pds.paconnector.PaPreference.getValue
String getValue()
Definition:
PaPreference.java:22
com.proalpha.pds.paconnector
src
com
proalpha
pds
paconnector
PaPreference.java
Generated by
1.9.1