mds.data.descriptor.Descriptor_XD Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mdsplus-api Show documentation
Show all versions of mdsplus-api Show documentation
MDSplus interface (via lib or mdsip).
package mds.data.descriptor;
import java.nio.ByteBuffer;
/** XD (-64 : 192) **/
public class Descriptor_XD extends Descriptor_XS
{
@SuppressWarnings("hiding")
public static final byte CLASS = -64;
public Descriptor_XD(final ByteBuffer b)
{
super(b);
}
}