1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00
2011-03-22 08:50:05 +01:00

83 lines
2.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
This file is
Copyright 2007,2008,2009,2010 Rustici Software, LLC
Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com)
-->
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports />
<Java>boolean</Java>
<Name>System.Boolean</Name>
<Uses />
<Inherits>
<Type>System.IComparable</Type>
<Type>System.IFormattable</Type>
<Type>System.IConvertible</Type>
</Inherits>
<Methods>
<Method>
<Imports />
<Java>Boolean.valueOf(${str})</Java>
<Params>
<Param>
<Type>System.String</Type>
<Name>str</Name>
</Param>
</Params>
<Name>Parse</Name>
<Return>System.Boolean</Return>
</Method>
<Method>
<Imports />
<Java>String.valueOf(${this})</Java>
<Params />
<Name>ToString</Name>
<Return>System.String</Return>
</Method>
</Methods>
<Properties>
<Property>
<Imports />
<Java>"False"</Java>
<Type>System.String</Type>
<Name>FalseString</Name>
<Get>"False"</Get>
<Set>${this:16}.setFalseString(${value})</Set>
</Property>
<Property>
<Imports />
<Java>"True"</Java>
<Type>System.String</Type>
<Name>TrueString</Name>
<Get>"True"</Get>
<Set>${this:16}.setTrueString(${value})</Set>
</Property>
<Property>
<Imports />
<Java>${this} != null</Java>
<Type>System.Boolean</Type>
<Name>HasValue</Name>
<Get>${this} != null</Get>
<Set>${this:16}.setHasValue(${value})</Set>
</Property>
<Property>
<Imports />
<Java>${this}</Java>
<Type>System.Boolean</Type>
<Name>Value</Name>
<Get>${this}</Get>
<Set>${this:16}.setValue(${value})</Set>
</Property>
</Properties>
<Events />
<Indexers />
<Constructors />
<Fields />
<Casts />
<UnaryOps />
<BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>zyHDBzrvR1koU/5yQGaf2y5NbnY=</DigestValue></Reference></SignedInfo><SignatureValue>Ji+9fR23CsKRU0LvxhnX7GoVh1NfZqdXRvaeWdNsbwDJBy0Xt5a3k6S3YvMc816QjOu06ZFkubPh0oPZB8pZIpQ3EkYCzojzq4EZcS4lJFSs0bgRstVScK2+yBk2/pB+1349VS57aFl/fWnS5z0zYbemLMIUaooCbYJlHA9sWZ0=</SignatureValue></Signature></Class>