Interface GPlainAttr
- 
- All Superinterfaces:
 Entity,PlainAttr<Group>,Serializable
- All Known Implementing Classes:
 JPAGPlainAttr,JPAJSONGPlainAttr
public interface GPlainAttr extends PlainAttr<Group>
 
- 
- 
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 GPlainAttrUniqueValuegetUniqueValue()List<? extends GPlainAttrValue>getValues()- 
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.PlainAttr
add, add, getOwner, getSchema, getValuesAsStrings, setOwner, setSchema, setUniqueValue 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getValues
List<? extends GPlainAttrValue> getValues()
 
- 
getUniqueValue
GPlainAttrUniqueValue getUniqueValue()
- Specified by:
 getUniqueValuein interfacePlainAttr<Group>
 
 - 
 
 -