- All Superinterfaces:
Convertible<Object>
Represents a single LDAP attribute value in an LDAP entry.
- Since:
- 1.5
- Author:
- Jeremy Kuhn
- See Also:
-
Method Summary
Methods inherited from interface io.inverno.mod.base.converter.Convertible
as, as, asArrayOf, asArrayOf, asBigDecimal, asBigInteger, asBoolean, asByte, asCharacter, asClass, asCurrency, asDouble, asFile, asFloat, asInetAddress, asInteger, asListOf, asListOf, asLocalDate, asLocalDateTime, asLocale, asLong, asPath, asPattern, asSetOf, asSetOf, asShort, asString, asURI, asURL, asZonedDateTime, getValue
-
Method Details
-
getName
String getName()Returns the attribute name.
- Specified by:
getName
in interfaceConvertible<Object>
- Returns:
- a name
-