Package org.jocl
Class cl_device_partition_property
- java.lang.Object
-
- org.jocl.NativePointerObject
-
- org.jocl.cl_abstract_properties
-
- org.jocl.cl_device_partition_property
-
public final class cl_device_partition_property extends cl_abstract_properties
Java port of cl_device_partition_property.
-
-
Constructor Summary
Constructors Constructor Description cl_device_partition_property()Creates new, empty cl_device_partition_property
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProperty(long id, cl_platform_id value)Add the specified property to these propertiesprotected java.lang.StringpropertyString(long value)Returns the string identifying the given propertyjava.lang.StringtoString()Returns a String representation of this object.-
Methods inherited from class org.jocl.cl_abstract_properties
addProperty, buildString
-
Methods inherited from class org.jocl.NativePointerObject
equals, getBuffer, getByteOffset, getNativePointer, hashCode, setBuffer, withByteOffset
-
-
-
-
Method Detail
-
addProperty
public void addProperty(long id, cl_platform_id value)Add the specified property to these properties- Parameters:
id- The property IDvalue- The property value
-
propertyString
protected java.lang.String propertyString(long value)
Description copied from class:cl_abstract_propertiesReturns the string identifying the given property- Specified by:
propertyStringin classcl_abstract_properties- Parameters:
value- The property value- Returns:
- The string representation
-
toString
public java.lang.String toString()
Returns a String representation of this object.- Overrides:
toStringin classNativePointerObject- Returns:
- A String representation of this object.
-
-