Class SCIMComplexConf<E extends Enum<?>>
- java.lang.Object
-
- org.apache.syncope.common.lib.scim.SCIMComplexConf<E>
-
- All Implemented Interfaces:
Serializable
public class SCIMComplexConf<E extends Enum<?>> extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SCIMComplexConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplay()EgetType()StringgetValue()booleanisPrimary()voidsetDisplay(String display)voidsetPrimary(boolean primary)voidsetType(E type)voidsetValue(String value)
-
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getDisplay
public String getDisplay()
-
setDisplay
public void setDisplay(String display)
-
getType
public E getType()
-
setType
public void setType(E type)
-
isPrimary
public boolean isPrimary()
-
setPrimary
public void setPrimary(boolean primary)
-
-