Uses of Enum
org.apache.plc4x.java.knxnetip.readwrite.AccessLevel
Packages that use AccessLevel
-
Uses of AccessLevel in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as AccessLevelModifier and TypeFieldDescriptionprotected final AccessLevelApduDataExtPropertyDescriptionResponse.readLevelprotected final AccessLevelApduDataExtPropertyDescriptionResponse.writeLevelMethods in org.apache.plc4x.java.knxnetip.readwrite that return AccessLevelModifier and TypeMethodDescriptionstatic AccessLevelAccessLevel.enumForValue(byte value) static AccessLevelAccessLevel.firstEnumForFieldNeedsAuthentication(boolean fieldValue) static AccessLevelAccessLevel.firstEnumForFieldPurpose(String fieldValue) ApduDataExtPropertyDescriptionResponse.getReadLevel()ApduDataExtPropertyDescriptionResponse.getWriteLevel()static AccessLevelReturns the enum constant of this type with the specified name.static AccessLevel[]AccessLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.plc4x.java.knxnetip.readwrite that return types with arguments of type AccessLevelModifier and TypeMethodDescriptionstatic List<AccessLevel>AccessLevel.enumsForFieldNeedsAuthentication(boolean fieldValue) static List<AccessLevel>AccessLevel.enumsForFieldPurpose(String fieldValue) Constructors in org.apache.plc4x.java.knxnetip.readwrite with parameters of type AccessLevelModifierConstructorDescriptionApduDataExtPropertyDescriptionResponse(short objectIndex, short propertyId, short index, boolean writeEnabled, KnxPropertyDataType propertyDataType, int maxNrOfElements, AccessLevel readLevel, AccessLevel writeLevel, Short length) ApduDataExtPropertyDescriptionResponseBuilder(short objectIndex, short propertyId, short index, boolean writeEnabled, KnxPropertyDataType propertyDataType, int maxNrOfElements, AccessLevel readLevel, AccessLevel writeLevel, Short length, Byte reservedField0, Byte reservedField1)