Interface PlainAttrUniqueValue
-
- All Superinterfaces:
Entity
,PlainAttrValue
,Serializable
- All Known Subinterfaces:
APlainAttrUniqueValue
,GPlainAttrUniqueValue
,LAPlainAttrUniqueValue
,UPlainAttrUniqueValue
- All Known Implementing Classes:
JPAAPlainAttrUniqueValue
,JPAGPlainAttrUniqueValue
,JPAJSONAPlainAttrUniqueValue
,JPAJSONGPlainAttrUniqueValue
,JPAJSONLAPlainAttrUniqueValue
,JPAJSONUPlainAttrUniqueValue
,JPALAPlainAttrUniqueValue
,JPAUPlainAttrUniqueValue
public interface PlainAttrUniqueValue extends PlainAttrValue
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlainSchema
getSchema()
void
setSchema(PlainSchema schema)
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.PlainAttrValue
getAttr, getBinaryValue, getBooleanValue, getDateValue, getDoubleValue, getLongValue, getStringValue, getValue, getValueAsString, getValueAsString, getValueAsString, parseValue, setAttr, setBinaryValue, setBooleanValue, setDateValue, setDoubleValue, setLongValue, setStringValue
-
-
-
-
Method Detail
-
getSchema
PlainSchema getSchema()
-
setSchema
void setSchema(PlainSchema schema)
-
-