Uses of Class
org.apache.plc4x.java.knxnetip.readwrite.AccessLevel
-
Packages that use AccessLevel Package Description org.apache.plc4x.java.knxnetip.readwrite -
-
Uses of AccessLevel in org.apache.plc4x.java.knxnetip.readwrite
Fields in org.apache.plc4x.java.knxnetip.readwrite declared as AccessLevel Modifier and Type Field Description protected AccessLevelApduDataExtPropertyDescriptionResponse. readLevelprotected AccessLevelApduDataExtPropertyDescriptionResponse. writeLevelMethods in org.apache.plc4x.java.knxnetip.readwrite that return AccessLevel Modifier and Type Method Description static AccessLevelAccessLevel. enumForValue(byte value)static AccessLevelAccessLevel. firstEnumForFieldNeedsAuthentication(boolean fieldValue)static AccessLevelAccessLevel. firstEnumForFieldPurpose(String fieldValue)AccessLevelApduDataExtPropertyDescriptionResponse. getReadLevel()AccessLevelApduDataExtPropertyDescriptionResponse. getWriteLevel()static AccessLevelAccessLevel. valueOf(String name)Returns 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 AccessLevel Modifier and Type Method Description static 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 AccessLevel Constructor Description ApduDataExtPropertyDescriptionResponse(short objectIndex, short propertyId, short index, boolean writeEnabled, KnxPropertyDataType propertyDataType, short maxNrOfElements, AccessLevel readLevel, AccessLevel writeLevel)ApduDataExtPropertyDescriptionResponseBuilderImpl(short objectIndex, short propertyId, short index, boolean writeEnabled, KnxPropertyDataType propertyDataType, short maxNrOfElements, AccessLevel readLevel, AccessLevel writeLevel)
-