All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.xmp.core.namespace.ResourceEvent Maven / Gradle / Ivy

// =================================================================================================
// ADOBE SYSTEMS INCORPORATED
// Copyright 2012 Adobe Systems Incorporated
// All Rights Reserved
//
// NOTICE:  Adobe permits you to use, modify, and distribute this file in accordance with the terms
// of the Adobe license agreement accompanying it.
// =================================================================================================
package com.adobe.xmp.core.namespace;

public interface ResourceEvent 
{
	final String URI = "http://ns.adobe.com/xap/1.0/sType/ResourceEvent#";
	final String STANDARD_PREFIX = "stEvt";
	
	final String ACTION = "action";
	final String CHANGED = "changed";
	final String INSTANCE_ID = "instanceID";
	final String PARAMETERS = "parameters";
	final String SOFTWARE_AGENT = "softwareAgent";
	final String WHEN = "when";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy