Flag to indicate if property value is available at run-time as a resource. Most commonly
this feature is used for properties, which are language dependent. Internationalisation is achieved by
forcing the property value into the run-time accessible resource and by making sure that the
template generated code reads this value at run-time (and not just hardcodes it during generation time).
This opens the door for creation of property files targeting different languages.
Java content class for IsAvailableAsResource element declaration.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/MetaBoss/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0/enterprisemodel.xsd line 1690)
<element name="IsAvailableAsResource" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
|