com.webmethods.caf.faces.data.csp
Class CSPParameter
java.lang.Object
com.webmethods.caf.faces.data.csp.CSPParameter
public class CSPParameter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IS_MANDATORY
public static final String IS_MANDATORY
- See Also:
- Constant Field Values
IS_EDITABLE
public static final String IS_EDITABLE
- See Also:
- Constant Field Values
LENGTH
public static final String LENGTH
- See Also:
- Constant Field Values
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
IS_MULTIVALUED
public static final String IS_MULTIVALUED
- See Also:
- Constant Field Values
IS_MULTIVALUED_ALLOWED
public static final String IS_MULTIVALUED_ALLOWED
- See Also:
- Constant Field Values
LOCALIZATION_PARAM_NAME_PREFIX
public static final String LOCALIZATION_PARAM_NAME_PREFIX
- See Also:
- Constant Field Values
CSPParameter
public CSPParameter()
CSPParameter
public CSPParameter(String name,
String value)
setName
public void setName(String name)
getName
public String getName()
setValue
public void setValue(String value)
getValue
public String getValue()