public class SCIMComplexConf<E extends Enum<?>> extends Object implements Serializable
Constructor and Description |
---|
SCIMComplexConf() |
Modifier and Type | Method and 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) |
public String getValue()
public void setValue(String value)
public String getDisplay()
public void setDisplay(String display)
public E getType()
public void setType(E type)
public boolean isPrimary()
public void setPrimary(boolean primary)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.