OSDN Git Service

7cfa569f38e2c41efec55e75f5919ba71419f280
[mikumikustudio/MikuMikuStudio.git] / src / com / jmex / xml / types / SchemaTypeBinary.java
1 /**
2  * SchemaTypeBinary.java
3  *
4  * This file was generated by XMLSpy 2007sp2 Enterprise Edition.
5  *
6  * YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
7  * OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
8  *
9  * Refer to the XMLSpy Documentation for further details.
10  * http://www.altova.com/xmlspy
11  */
12
13 package com.jmex.xml.types;
14
15 public interface SchemaTypeBinary extends SchemaType {
16   // constants for declaration of types which have an date/time/duration value
17   public final int BINARY_VALUE_UNDEFINED = -1; // string may contain every type of binary value
18
19   public final int BINARY_VALUE_BASE64 = 0;
20   public final int BINARY_VALUE_HEX = 1;
21
22   public int binaryType();
23 }