public final class cl_device_partition_property extends NativePointerObject
Constructor and Description |
---|
cl_device_partition_property()
Creates new, empty cl_device_partition_property
|
Modifier and Type | Method and Description |
---|---|
void |
addProperty(long id,
cl_platform_id value)
Add the specified property to these properties
|
void |
addProperty(long id,
long value)
Add the specified property to these properties
|
protected java.lang.String |
buildString()
Returns a String containing the contents of these properties
|
protected java.lang.String |
propertyString(long value)
Returns the string identifying the given property
|
java.lang.String |
toString()
Returns a String representation of this object.
|
equals, getNativePointer, hashCode
public cl_device_partition_property()
public void addProperty(long id, cl_platform_id value)
id
- The property IDvalue
- The property valueprotected java.lang.String propertyString(long value)
value
- The property valuepublic java.lang.String toString()
toString
in class NativePointerObject
public void addProperty(long id, long value)
id
- The property IDvalue
- The property valueprotected java.lang.String buildString()