Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Parse (0.25 sec)

  1. src/mdo/model-version.vm

      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
      KIND, either express or implied.  See the License for the
      specific language governing permissions and limitations
      under the License.
    *#
    #parse ( "common.vm" )
    #
    #set ( $package = "${packageToolV4}" )
    #set ( $className = "${model.name}ModelVersion" )
    #
    #set ( $root = $model.getClass( $model.getRoot($version), $version ) )
    #
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Oct 16 13:44:33 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  2. src/mdo/transformer.vm

      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
      KIND, either express or implied.  See the License for the
      specific language governing permissions and limitations
      under the License.
    *#
    #parse ( "common.vm" )
    #
    #set ( $package = "${packageToolV4}" )
    #set ( $className = "${model.name}Transformer" )
    #
    #MODELLO-VELOCITY#SAVE-OUTPUT-TO ${package.replace('.','/')}/${className}.java
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 03 17:49:40 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top