Package com.pingidentity.access
Class ExtendedPropertyAccessor.ExtendedProperty
java.lang.Object
com.pingidentity.access.ExtendedPropertyAccessor.ExtendedProperty
- Enclosing class:
- ExtendedPropertyAccessor
The extended property definition
- Since:
- 11.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the extended propertybooleanReturns the extended property's multivalued status
-
Constructor Details
-
ExtendedProperty
- Since:
- 12.1
-
-
Method Details
-
getDescription
Returns the description of the extended property- Returns:
- extended property description
- Since:
- 11.2
-
isMultiValued
public boolean isMultiValued()Returns the extended property's multivalued status- Returns:
- true if the extended property is multivalued, false otherwise.
- Since:
- 11.2
-