Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.cerberus.component.descriptor
Interface SignatureProperty.Type  view SignatureProperty.Type download SignatureProperty.Type.java

Enclosing interface:
SignatureProperty

public static interface SignatureProperty.Type

Constants for the type of properties.


Field Summary
static java.lang.String Boolean
           
static java.lang.String Byte
           
static java.lang.String Double
           
static java.lang.String Float
           
static java.lang.String Integer
           
static java.lang.String Long
           
static java.lang.String Short
           
static java.lang.String String
           
static java.lang.String Undefined
           
 

Field Detail

Undefined

public static final java.lang.String Undefined
See Also:
Constant Field Values

Boolean

public static final java.lang.String Boolean
See Also:
Constant Field Values

Byte

public static final java.lang.String Byte
See Also:
Constant Field Values

Short

public static final java.lang.String Short
See Also:
Constant Field Values

Integer

public static final java.lang.String Integer
See Also:
Constant Field Values

Long

public static final java.lang.String Long
See Also:
Constant Field Values

Float

public static final java.lang.String Float
See Also:
Constant Field Values

Double

public static final java.lang.String Double
See Also:
Constant Field Values

String

public static final java.lang.String String
See Also:
Constant Field Values