- SapAssignmentAttribute - Enum in org.openmuc.jdlms.interfaceclass.attribute
-
- SapAssignmentMethod - Enum in org.openmuc.jdlms.interfaceclass.method
-
- ScheduleAttribute - Enum in org.openmuc.jdlms.interfaceclass.attribute
-
- ScheduleMethod - Enum in org.openmuc.jdlms.interfaceclass.method
-
- ScriptTableAttribute - Enum in org.openmuc.jdlms.interfaceclass.attribute
-
- ScriptTableMethod - Enum in org.openmuc.jdlms.interfaceclass.method
-
- securityActivateMethodParamFor(SecuritySuite.SecurityPolicy) - Static method in class org.openmuc.jdlms.SecurityUtils
-
Sets the security policy method parameter
- SecuritySetupAttribute - Enum in org.openmuc.jdlms.interfaceclass.attribute
-
- SecuritySetupMethod - Enum in org.openmuc.jdlms.interfaceclass.method
-
- securitySuite() - Method in class org.openmuc.jdlms.ConnectionBuilder.SettingsImpl
-
- SecuritySuite - Class in org.openmuc.jdlms
-
This Suite hold the necessary information to authenticate a client to a server and to encrpyt and authenticity
- securitySuite() - Method in interface org.openmuc.jdlms.settings.client.Settings
-
- SecuritySuite.EncryptionMechanism - Enum in org.openmuc.jdlms
-
Cryptographic algorithm identify the algorithm for which a derived secret symmetrical key will be used.
- SecuritySuite.SecurityPolicy - Enum in org.openmuc.jdlms
-
The security policy.
- SecuritySuite.SecuritySuiteBuilder - Class in org.openmuc.jdlms
-
- SecurityUtils - Class in org.openmuc.jdlms
-
A static utility class that provides security functions.
- SecurityUtils.KeyId - Enum in org.openmuc.jdlms
-
- SelectiveAccessDescription - Class in org.openmuc.jdlms
-
Additional parameter to access attributes to narrow the results of a get operation on the smart meter.
- SelectiveAccessDescription(int, DataObject) - Constructor for class org.openmuc.jdlms.SelectiveAccessDescription
-
Constructs a new SelectiveAccessDescription.
- send(byte[], int, int, RawMessageData.RawMessageDataBuilder) - Method in class org.openmuc.jdlms.sessionlayer.HdlcLayer
-
- send(byte[], int, int, RawMessageData.RawMessageDataBuilder) - Method in interface org.openmuc.jdlms.sessionlayer.SessionLayer
-
Writes len
bytes from the specified byte array starting at offset off
to this output
stream.
- send(byte[], int, int, RawMessageData.RawMessageDataBuilder) - Method in class org.openmuc.jdlms.sessionlayer.WrapperLayer
-
- send(byte[]) - Method in class org.openmuc.jdlms.transportlayer.client.Iec21Layer
-
- SerialConnectionBuilder - Class in org.openmuc.jdlms
-
This connection Builder is used, to build an serial connection to a meter, optionally using the IEC 61056-21
protocol, or directly HDLC.
- SerialConnectionBuilder(String) - Constructor for class org.openmuc.jdlms.SerialConnectionBuilder
-
Constructs a SerialConnectionBuilder.
- SerialConnectionBuilder.HdlcSettingsImpl - Class in org.openmuc.jdlms
-
- serialPortName() - Method in class org.openmuc.jdlms.SerialConnectionBuilder.HdlcSettingsImpl
-
- serialPortName() - Method in interface org.openmuc.jdlms.settings.client.SerialSettings
-
- SerialSettings - Interface in org.openmuc.jdlms.settings.client
-
- ServerBuilder<T extends ServerBuilder<T>> - Class in org.openmuc.jdlms
-
Builder class to build a DLMS Server.
- ServerBuilder() - Constructor for class org.openmuc.jdlms.ServerBuilder
-
- ServerConnectionInfo - Interface in org.openmuc.jdlms
-
Information about the change of the connection.
- ServerConnectionInfo.Status - Enum in org.openmuc.jdlms
-
The status of a connection.
- ServerConnectionListener - Interface in org.openmuc.jdlms
-
A connection listener to listen to all new connections and to closing connections.
- SessionLayer - Interface in org.openmuc.jdlms.sessionlayer
-
Interface to implement a DLMS SessionLayer.
- set(List<SetParameter>) - Method in class org.openmuc.jdlms.DlmsConnection
-
Requests the remote smart meter to set one attribute to the committed value.
- set(boolean, List<SetParameter>) - Method in class org.openmuc.jdlms.DlmsConnection
-
Requests the remote smart meter to set one or several attributes to the committed values
- set(boolean, SetParameter) - Method in class org.openmuc.jdlms.DlmsConnection
-
Requests the remote smart meter to set one attributes to the committed values.
- set(SetParameter) - Method in class org.openmuc.jdlms.DlmsConnection
-
Requests the remote smart meter to set one or several attributes to the committed values.
- setApdu(RawMessageData.Apdu) - Method in class org.openmuc.jdlms.RawMessageData.RawMessageDataBuilder
-
Set the APDU.
- setAuthenticationKey(byte[]) - Method in class org.openmuc.jdlms.SecuritySuite.SecuritySuiteBuilder
-
Set the authentication key used mainly for authentication.
- setAuthenticationMechanism(AuthenticationMechanism) - Method in class org.openmuc.jdlms.SecuritySuite.SecuritySuiteBuilder
-
Set the authentication level, a client authenticates to a server.
- setBaudRate(int) - Method in class org.openmuc.jdlms.SerialConnectionBuilder
-
Sets the baudrate.
- setBaudRateChangeTime(long) - Method in class org.openmuc.jdlms.SerialConnectionBuilder
-
Sets the baud rate change delay in ms in the handshake process.
- setChallengeLength(int) - Method in class org.openmuc.jdlms.ConnectionBuilder
-
Change the used challenge length.
- setClientId(int) - Method in class org.openmuc.jdlms.ConnectionBuilder
-
Set the client ID which should be used to connect to the server.
- setConformance(LnConformanceSetting...) - Method in class org.openmuc.jdlms.LogicalDevice
-
Sets the logical device conformance.
- setConnectionListener(ServerConnectionListener) - Method in class org.openmuc.jdlms.ServerBuilder
-
- setDeviceId(long) - Method in class org.openmuc.jdlms.ConnectionBuilder
-
Set the used device ID.
- setEncryptionMechanism(SecuritySuite.EncryptionMechanism) - Method in class org.openmuc.jdlms.SecuritySuite.SecuritySuiteBuilder
-
Set the cryptographic algorithm.
- setGlobalUnicastEncryptionKey(byte[]) - Method in class org.openmuc.jdlms.SecuritySuite.SecuritySuiteBuilder
-
Set the global encryption key.
- setIec21Address(String) - Method in class org.openmuc.jdlms.SerialConnectionBuilder
-
Specifies the optional field in the IEC 62056-21 request message.
- setInactivityTimeout(int) - Method in class org.openmuc.jdlms.ServerBuilder
-
Sets the inactivity timeout.
- setInetAddress(InetAddress) - Method in class org.openmuc.jdlms.TcpConnectionBuilder
-
Set the Internet address of the remote meter.
- setLength(int) - Method in class org.openmuc.jdlms.sessionlayer.WrapperHeader.WrapperHeaderBuilder
-
- setLogicalDeviceId(int) - Method in class org.openmuc.jdlms.ConnectionBuilder
-
Set the logical device ID of the logical device in the physical server.
- setManufactureId(String) - Method in class org.openmuc.jdlms.ConnectionBuilder
-
Sets the manufacturer ID.
- setMasterKey(byte[]) - Method in class org.openmuc.jdlms.LogicalDevice
-
Sets the master key.
- setMaxClients(int) - Method in class org.openmuc.jdlms.ServerBuilder
-
Restrict the maximum number of connected clients.
- setMessage(byte[]) - Method in class org.openmuc.jdlms.RawMessageData.RawMessageDataBuilder
-
Set the complete message, transmitted over the line.
- setMessageSource(RawMessageData.MessageSource) - Method in class org.openmuc.jdlms.RawMessageData.RawMessageDataBuilder
-
Set the message source of the message.
- SetParameter - Class in org.openmuc.jdlms
-
Collection of data needed for a single remote SET call
- SetParameter(AttributeAddress, DataObject) - Constructor for class org.openmuc.jdlms.SetParameter
-
Creates a set parameter for that particular attribute with a copy of the given data container
- setParameters(Object[]) - Method in interface org.openmuc.jdlms.DlmsInvocationContext
-
Change the parameter of the invokation.
- setPassword(byte[]) - Method in class org.openmuc.jdlms.SecuritySuite.SecuritySuiteBuilder
-
- setPhysicalDeviceAddress(int) - Method in class org.openmuc.jdlms.ConnectionBuilder
-
Sets the physical device address.
- setPropertiesTo(ServerSettings) - Method in class org.openmuc.jdlms.ServerBuilder
-
- setRawMessageListener(RawMessageListener) - Method in class org.openmuc.jdlms.TcpConnectionBuilder
-
Set the a RawMessageListener to log the incoming and outgoing messages as byte arrays.
- setReferencingMethod(ReferencingMethod) - Method in class org.openmuc.jdlms.ConnectionBuilder
-
Set the referencing method used to address COSEM objects in the remote meter.
- setResponseTimeout(int) - Method in class org.openmuc.jdlms.ConnectionBuilder
-
Sets the time in milliseconds the client waits for a response.
- setResponseTimeout(int) - Method in class org.openmuc.jdlms.ServerBuilder
-
The max time a server waits for a response from the client, after sending a request to the client.
- setSecurityPolicy(SecuritySuite.SecurityPolicy) - Method in class org.openmuc.jdlms.SecuritySuite.SecuritySuiteBuilder
-
Set the security policy for the connection.
- setSecuritySuite(SecuritySuite) - Method in class org.openmuc.jdlms.ConnectionBuilder
-
- setSerialPortName(String) - Method in class org.openmuc.jdlms.SerialConnectionBuilder
-
Sets the serial port name.
- setSnObjectMapping(Map<ObisCode, SnObjectInfo>) - Method in class org.openmuc.jdlms.ConnectionBuilder
-
Set the LN -> SN mapping, so the connection does not have to retrieve the mapping when opening the SN
connection.
- setSystemTitle(String, long) - Method in class org.openmuc.jdlms.ConnectionBuilder
-
Set the client's system title.
- setTcpPort(int) - Method in class org.openmuc.jdlms.DlmsServer.TcpServerBuilder
-
The port a client may access the server.
- setTcpPort(int) - Method in class org.openmuc.jdlms.TcpConnectionBuilder
-
Set the TCP port of the remote meter.
- setTimeout(int) - Method in class org.openmuc.jdlms.transportlayer.client.Iec21Layer
-
- setTimeout(int) - Method in interface org.openmuc.jdlms.transportlayer.client.StreamAccessor
-
Enable/disable TIMEOUT with the specified timeout, in milliseconds.
- setTimeout(int) - Method in class org.openmuc.jdlms.transportlayer.client.TcpLayer
-
- Settings - Interface in org.openmuc.jdlms.settings.client
-
- SettingsImpl(ConnectionBuilder<?>) - Constructor for class org.openmuc.jdlms.ConnectionBuilder.SettingsImpl
-
- shutdown() - Method in class org.openmuc.jdlms.DlmsServer
-
Sends disconnect messages to all connected clients.
- SingleActionScheduleAttribute - Enum in org.openmuc.jdlms.interfaceclass.attribute
-
- SmtpSetupAttribute - Enum in org.openmuc.jdlms.interfaceclass.attribute
-
- SnObjectInfo - Class in org.openmuc.jdlms
-
Object info for the short name addressing.
- SnObjectInfo(int, int, int) - Constructor for class org.openmuc.jdlms.SnObjectInfo
-
Create a new short name object info.
- sourceWPort() - Method in class org.openmuc.jdlms.sessionlayer.WrapperHeader
-
- SpecialDaysTableAttribute - Enum in org.openmuc.jdlms.interfaceclass.attribute
-
- SpecialDaysTableMethod - Enum in org.openmuc.jdlms.interfaceclass.method
-
- startListening(SessionLayerListener) - Method in class org.openmuc.jdlms.sessionlayer.HdlcLayer
-
- startListening(SessionLayerListener) - Method in interface org.openmuc.jdlms.sessionlayer.SessionLayer
-
Function to start the connection.
- startListening(SessionLayerListener) - Method in class org.openmuc.jdlms.sessionlayer.WrapperLayer
-
- StatusMappingAttribute - Enum in org.openmuc.jdlms.interfaceclass.attribute
-
- StreamAccessor - Interface in org.openmuc.jdlms.transportlayer.client
-
Stream accessor interface to access a physical stream to a remote meter.
- systemTitle() - Method in class org.openmuc.jdlms.ConnectionBuilder.SettingsImpl
-
- systemTitle() - Method in interface org.openmuc.jdlms.settings.client.Settings
-
- valueOf(String) - Static method in enum org.openmuc.jdlms.AccessResultCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.AttributeAccessMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.AuthenticationMechanism
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.datatypes.CompactArray.TypeDesc.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.datatypes.CosemDate.Month
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.datatypes.CosemDateFormat.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.datatypes.CosemDateTime.ClockStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.datatypes.DataObject.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.DlmsInvocationContext.XDlmsServiceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.ActivityCalendarAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.AssociationLnAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.AssociationSnAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.AutoAnswerAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.AutoConnectAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.ClockAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.DataAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.DemandRegisterAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.DisconnectControlAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.EthernetSetupAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.ExtendedRegisterAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.GprsModemSetupAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.IecHdlcSetupClassAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.IecLocalPortSetupAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.IecTwistedPairAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.ImageTransferAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.Ipv4SetupAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.MbusClientAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.ModemConfigurationAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.PppSetupAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.ProfileGenericAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.RegisterActivationAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.RegisterAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.RegisterMonitorAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.RegisterTableAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.SapAssignmentAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.ScheduleAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.ScriptTableAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.SecuritySetupAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.SingleActionScheduleAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.SmtpSetupAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.SpecialDaysTableAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.StatusMappingAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.TcpUdpSetupAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.UtilityTablesAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.InterfaceClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.ActivityCalendarMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.AssociationLnMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.AssociationSnMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.ClockMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.DemandRegisterMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.DisconnectControlMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.ExtendedRegisterMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.ImageTransferMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.Ipv4SetupMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.MBusClientMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.ProfileGenericMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.RegisterActivationMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.RegisterMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.RegisterTableMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.SapAssignmentMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.ScheduleMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.ScriptTableMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.SecuritySetupMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.interfaceclass.method.SpecialDaysTableMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.JDlmsException.ExceptionId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.JDlmsException.Fault
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.LnConformanceSetting
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.MethodAccessMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.MethodResultCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.ObisCode.Medium
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.RawMessageData.MessageSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.SecuritySuite.EncryptionMechanism
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.SecuritySuite.SecurityPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.SecurityUtils.KeyId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.ServerConnectionInfo.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.settings.client.ConfirmedMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.settings.client.ReferencingMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openmuc.jdlms.transportlayer.client.Iec21Layer.DataFlowControl
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.openmuc.jdlms.AccessResultCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.AttributeAccessMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.AuthenticationMechanism
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.datatypes.CompactArray.TypeDesc.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.datatypes.CosemDate.Month
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.datatypes.CosemDateFormat.Field
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.datatypes.CosemDateTime.ClockStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.datatypes.DataObject.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.DlmsInvocationContext.XDlmsServiceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.ActivityCalendarAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.AssociationLnAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.AssociationSnAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.AutoAnswerAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.AutoConnectAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.ClockAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.DataAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.DemandRegisterAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.DisconnectControlAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.EthernetSetupAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.ExtendedRegisterAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.GprsModemSetupAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.IecHdlcSetupClassAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.IecLocalPortSetupAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.IecTwistedPairAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.ImageTransferAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.Ipv4SetupAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.MbusClientAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.ModemConfigurationAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.PppSetupAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.ProfileGenericAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.RegisterActivationAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.RegisterAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.RegisterMonitorAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.RegisterTableAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.SapAssignmentAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.ScheduleAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.ScriptTableAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.SecuritySetupAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.SingleActionScheduleAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.SmtpSetupAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.SpecialDaysTableAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.StatusMappingAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.TcpUdpSetupAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.attribute.UtilityTablesAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.InterfaceClass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.ActivityCalendarMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.AssociationLnMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.AssociationSnMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.ClockMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.DemandRegisterMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.DisconnectControlMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.ExtendedRegisterMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.ImageTransferMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.Ipv4SetupMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.MBusClientMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.ProfileGenericMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.RegisterActivationMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.RegisterMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.RegisterTableMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.SapAssignmentMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.ScheduleMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.ScriptTableMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.SecuritySetupMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.interfaceclass.method.SpecialDaysTableMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.JDlmsException.ExceptionId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.JDlmsException.Fault
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.LnConformanceSetting
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.MethodAccessMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.MethodResultCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.ObisCode.Medium
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.RawMessageData.MessageSource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.SecuritySuite.EncryptionMechanism
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.SecuritySuite.SecurityPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.SecurityUtils.KeyId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.ServerConnectionInfo.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.settings.client.ConfirmedMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.settings.client.ReferencingMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openmuc.jdlms.transportlayer.client.Iec21Layer.DataFlowControl
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version() - Method in enum org.openmuc.jdlms.interfaceclass.InterfaceClass
-
- version() - Method in class org.openmuc.jdlms.sessionlayer.WrapperHeader
-