Package com.pingidentity.access
Class ExtendedPropertyAccessor.ExtendedProperty
- java.lang.Object
-
- com.pingidentity.access.ExtendedPropertyAccessor.ExtendedProperty
-
- Enclosing class:
- ExtendedPropertyAccessor
public static final class ExtendedPropertyAccessor.ExtendedProperty extends Object
The extended property definition- Since:
- 11.2
-
-
Constructor Summary
Constructors Constructor Description ExtendedProperty(String description, boolean isMultiValued)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Returns the description of the extended propertybooleanisMultiValued()Returns the extended property's multivalued status
-
-
-
Constructor Detail
-
ExtendedProperty
public ExtendedProperty(String description, boolean isMultiValued)
- Since:
- 12.1
-
-
Method Detail
-
getDescription
public String 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
-
-