ConForM.CoopnTools.CoKer
Interface CoopnProperty

All Known Implementing Classes:
CoopnMultiTextProperty, CoopnTextProperty

public interface CoopnProperty

Property in CO-OPN tools environments. The values of these properties may be retrieved from an environment property. Properties are designed to be merged with options (classes CoopnOption and CoopnParamOption), for the description of an options taking default values using the property.

See Also:

Method Summary
 java.lang.String getPropertyName()
          Return the name of the option; for instance, "COOPNLIB".
 

Method Detail

getPropertyName

public java.lang.String getPropertyName()
Return the name of the option; for instance, "COOPNLIB".