Interface LAPlainAttrValue
-
- All Superinterfaces:
Entity
,PlainAttrValue
,Serializable
- All Known Implementing Classes:
JPAJSONLAPlainAttrValue
,JPALAPlainAttrValue
public interface LAPlainAttrValue 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 LAPlainAttr
getAttr()
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.PlainAttrValue
getBinaryValue, getBooleanValue, getDateValue, getDoubleValue, getLongValue, getStringValue, getValue, getValueAsString, getValueAsString, getValueAsString, parseValue, setAttr, setBinaryValue, setBooleanValue, setDateValue, setDoubleValue, setLongValue, setStringValue
-
-
-
-
Method Detail
-
getAttr
LAPlainAttr getAttr()
- Specified by:
getAttr
in interfacePlainAttrValue
-
-