com.langner.jmatic2
Class PLCModel

java.lang.Object
  extended bycom.langner.jmatic2.PLCModel

public final class PLCModel
extends java.lang.Object

Object representing a Model of a Siemens S7 plc

Version:
2.0
Author:
Langner Communications AG
Copyright:
Langner (c) 2001-2005

Field Summary
static PLCModel modelS5
          Creates a new instance of PLCModel representing a S5
static PLCModel modelS7
          Creates a new instance of PLCModel representing a S7 300 or S7 400
static PLCModel modelS7_200
          Creates a new instance of PLCModel representing a S7 200
 
Method Summary
 boolean equals(java.lang.Object obj)
          Compares a PLCModel to another.
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modelS7

public static final PLCModel modelS7
Creates a new instance of PLCModel representing a S7 300 or S7 400


modelS7_200

public static final PLCModel modelS7_200
Creates a new instance of PLCModel representing a S7 200


modelS5

public static final PLCModel modelS5
Creates a new instance of PLCModel representing a S5

Method Detail

equals

public boolean equals(java.lang.Object obj)
Compares a PLCModel to another.

Parameters:
obj - The PLCModel object to be compared
Returns:
true, if the PLCModel are equal


Copyright © 2001-2005 Langner Communications AG. All Rights Reserved.