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 String
getDisplay()
E
getType()
String
getValue()
boolean
isPrimary()
void
setDisplay(String display)
void
setPrimary(boolean primary)
void
setType(E type)
void
setValue(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)
-
-