Uses of Enum Class
com.lucimber.dbus.type.TypeAlignment
Packages that use TypeAlignment
Package
Description
Type-safe D-Bus data types and containers providing compile-time marshalling safety.
-
Uses of TypeAlignment in com.lucimber.dbus.type
Methods in com.lucimber.dbus.type that return TypeAlignmentModifier and TypeMethodDescriptionType.getAlignment()
Gets the type's related alignment.static TypeAlignment
Returns the enum constant of this class with the specified name.static TypeAlignment[]
TypeAlignment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.lucimber.dbus.type that return types with arguments of type TypeAlignmentModifier and TypeMethodDescriptionstatic Optional<TypeAlignment>
TypeUtils.getAlignmentFromChar
(char c) Gets the type's alignment from its char.