org.jupe.uml2model
Interface IPrimitiveTypes


public interface IPrimitiveTypes


Field Summary
static java.lang.String boolean_type
           
static java.lang.String byte_type
           
static java.lang.String char_type
           
static java.lang.String double_type
           
static java.lang.String float_type
           
static java.lang.String int_type
           
static java.lang.String long_type
           
static java.lang.String short_type
           
 

Field Detail

byte_type

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

char_type

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

double_type

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

int_type

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

float_type

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

long_type

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

short_type

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

boolean_type

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