com.custardsource.parfait.dxm.PcpId Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dxm Show documentation
Show all versions of dxm Show documentation
Java implementation of the PCP MMV (memory-mapped values) PMDA format, allowing extremely simple passing of Java values across to the PCP system
/**
*
*/
package com.custardsource.parfait.dxm;
interface PcpId {
int getId();
}