|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.langner.jmatic2.PLCValue
This class represents the value access of a PLCAlias object.
| Method Summary | |
java.lang.Object |
clone()
Clones the PLCValue object. |
byte[] |
getBinary()
Retrieve the data as raw binary values. |
java.lang.Boolean |
getBoolean()
Retrieve the data as a boolean value. |
java.util.Date |
getDate()
Retrieve the data as a Date value. |
java.lang.Float |
getFloat()
Retrieve the data as a real value. |
java.lang.Long |
getLong()
Retrieve the data as a long value. |
java.lang.String |
getString()
Retrieve the data as a string. |
java.lang.Long |
getTime()
Retrieve the data as a long value used as milliseconds. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public byte[] getBinary()
getBinary in interface IPLCValuepublic java.lang.Boolean getBoolean()
getBoolean in interface IPLCValuepublic java.util.Date getDate()
getDate in interface IPLCValuepublic java.lang.Float getFloat()
getFloat in interface IPLCValuepublic java.lang.Long getLong()
getLong in interface IPLCValuepublic java.lang.String getString()
getString in interface IPLCValuepublic java.lang.Long getTime()
getTime in interface IPLCValue
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException - is thrown, if the data type was not clonable
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||