Package org.silverpeas.core.util
Class WAAttributeValuePair
- java.lang.Object
-
- org.silverpeas.core.util.WAAttributeValuePair
-
public class WAAttributeValuePair extends Object
- Version:
- Author:
- jpouyadou
-
-
Field Summary
Fields Modifier and Type Field Description static int
SEARCH_MODE_EXACT
static int
SEARCH_MODE_PARTIAL
static int
SEARCH_MODE_STARTSWITH
-
Constructor Summary
Constructors Constructor Description WAAttributeValuePair(String m, String v)
Creates new WAAttributeValuePair
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getName()
int
getSearchMode()
String
getValue()
int
hashCode()
void
setName(String n)
void
setSearchMode(int mode)
void
setValue(String v)
-
-
-
Field Detail
-
SEARCH_MODE_PARTIAL
public static final int SEARCH_MODE_PARTIAL
- See Also:
- Constant Field Values
-
SEARCH_MODE_STARTSWITH
public static final int SEARCH_MODE_STARTSWITH
- See Also:
- Constant Field Values
-
SEARCH_MODE_EXACT
public static final int SEARCH_MODE_EXACT
- See Also:
- Constant Field Values
-
-