java.lang.Object
au.notzed.zcl.CLProperty.TagValue
au.notzed.zcl.CLSamplerProperty.TagValue
- All Implemented Interfaces:
CLProperty
,CLSamplerProperty
- Enclosing interface:
- CLSamplerProperty
public static class CLSamplerProperty.TagValue extends CLProperty.TagValue implements CLSamplerProperty
-
Nested Class Summary
Nested classes/interfaces inherited from interface au.notzed.zcl.CLProperty
CLProperty.TagValue
Nested classes/interfaces inherited from interface au.notzed.zcl.CLSamplerProperty
CLSamplerProperty.TagValue
-
Constructor Summary
Constructors Constructor Description TagValue(long tag, long value)
-
Method Summary
Methods inherited from class au.notzed.zcl.CLProperty.TagValue
getSize, toInt, toLong, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface au.notzed.zcl.CLProperty
getSize, toInt, toLong
-
Constructor Details
-
TagValue
public TagValue(long tag, long value)
-