2011-01-04 15:58:18 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-02-08 12:27:00 +01:00
|
|
|
<!--
|
|
|
|
|
|
|
|
This file is
|
|
|
|
|
|
|
|
Copyright 2007,2008,2009,2010 Rustici Software, LLC
|
|
|
|
Copyright 2010,2011 Kevin Glynn (kevin.glynn.com)
|
|
|
|
|
|
|
|
-->
|
2011-01-04 17:46:11 +01:00
|
|
|
<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">
|
2011-01-10 11:18:36 +01:00
|
|
|
<Imports />
|
2011-01-31 16:29:14 +01:00
|
|
|
<Java>int</Java>
|
2011-01-04 15:58:18 +01:00
|
|
|
<Name>System.Globalization.NumberStyles</Name>
|
|
|
|
<Uses />
|
2011-01-21 17:52:57 +01:00
|
|
|
<Inherits> <Type>System.Object</Type> </Inherits>
|
2011-01-04 15:58:18 +01:00
|
|
|
<Methods />
|
|
|
|
<Properties>
|
|
|
|
<Property>
|
|
|
|
<Imports>
|
2011-02-08 10:25:05 +01:00
|
|
|
<Import>CS2JNet.System.Globalization.NumberStyles</Import>
|
2011-01-04 15:58:18 +01:00
|
|
|
</Imports>
|
|
|
|
<Java>NumberStyles.getInteger()</Java>
|
|
|
|
<Type>System.Globalization.NumberStyles</Type>
|
|
|
|
<Name>Integer</Name>
|
|
|
|
<Get>NumberStyles.getInteger()</Get>
|
2011-02-01 22:52:28 +01:00
|
|
|
<Set>${this:16}.setInteger(${value})</Set>
|
2011-01-04 15:58:18 +01:00
|
|
|
</Property>
|
|
|
|
<Property>
|
|
|
|
<Imports>
|
2011-02-08 10:25:05 +01:00
|
|
|
<Import>CS2JNet.System.Globalization.NumberStyles</Import>
|
2011-01-04 15:58:18 +01:00
|
|
|
</Imports>
|
|
|
|
<Java>NumberStyles.getHexNumber()</Java>
|
|
|
|
<Type>System.Globalization.NumberStyles</Type>
|
|
|
|
<Name>HexNumber</Name>
|
|
|
|
<Get>NumberStyles.getHexNumber()</Get>
|
2011-02-01 22:52:28 +01:00
|
|
|
<Set>${this:16}.setHexNumber(${value})</Set>
|
2011-01-04 15:58:18 +01:00
|
|
|
</Property>
|
|
|
|
<Property>
|
|
|
|
<Imports>
|
2011-02-08 10:25:05 +01:00
|
|
|
<Import>CS2JNet.System.Globalization.NumberStyles</Import>
|
2011-01-04 15:58:18 +01:00
|
|
|
</Imports>
|
|
|
|
<Java>NumberStyles.getAny()</Java>
|
|
|
|
<Type>System.Globalization.NumberStyles</Type>
|
|
|
|
<Name>Any</Name>
|
|
|
|
<Get>NumberStyles.getAny()</Get>
|
2011-02-01 22:52:28 +01:00
|
|
|
<Set>${this:16}.setAny(${value})</Set>
|
2011-01-04 15:58:18 +01:00
|
|
|
</Property>
|
|
|
|
</Properties>
|
|
|
|
<Events />
|
|
|
|
<Indexers />
|
|
|
|
<Constructors />
|
|
|
|
<Fields />
|
|
|
|
<Casts />
|
|
|
|
<UnaryOps />
|
|
|
|
<BinaryOps />
|
2011-01-21 17:52:57 +01:00
|
|
|
</Class>
|