archimate.codegen
Class Variable

java.lang.Object
  extended by archimate.codegen.Variable

public class Variable
extends java.lang.Object


Field Summary
static java.lang.String FINAL
           
static java.lang.String PRIVATE
           
static java.lang.String PROTECTED
           
static java.lang.String PUBLIC
           
static java.lang.String STATIC
           
 
Constructor Summary
Variable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PUBLIC

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

PRIVATE

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

PROTECTED

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

FINAL

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

STATIC

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

Variable

public Variable()