com.ibm.wbiserver.brules.mgmt

Interface SystemDefinedProperty

All Superinterfaces:
BusinessRuleChangeDetector, Property, java.io.Serializable

  1. public interface SystemDefinedProperty
  2. extends Property
This interface represents a system-defined property. System-defined properties cannot be changed using this API.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
Fields inherited from interface com.ibm.wbiserver.brules.mgmt.Property
PROPERTY_NAME__DISPLAY_NAME, PROPERTY_NAME__NAME, PROPERTY_NAME__SHELL, PROPERTY_NAME__TARGET_NAME_SPACE, PROPERTY_NAME__UUID, PROPERTY_NAME__VERSION

Method Summary

Methods inherited from interface com.ibm.wbiserver.brules.mgmt.Property
getName, getValue
Methods inherited from interface com.ibm.wbiserver.brules.mgmt.BusinessRuleChangeDetector
hasChanges

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also: