Enum Class ResourceInfo.CommandResult

java.lang.Object
java.lang.Enum<ResourceInfo.CommandResult>
org.cip4.lib.xjdf.schema.ResourceInfo.CommandResult
All Implemented Interfaces:
Serializable, Comparable<ResourceInfo.CommandResult>, Constable
Enclosing class:
ResourceInfo

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public static enum ResourceInfo.CommandResult extends Enum<ResourceInfo.CommandResult>

Java class for null.

The following schema fragment specifies the expected content contained within this class.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
     <enumeration value="Merged"/>
     <enumeration value="New"/>
     <enumeration value="Rejected"/>
     <enumeration value="Removed"/>
     <enumeration value="Replaced"/>
   </restriction>
 </simpleType>