org.moremotion.clang
Class ParameterSyntax

java.lang.Object
  extended by org.moremotion.clang.ParameterSyntax

public class ParameterSyntax
extends java.lang.Object

Version:
$Id: ParameterSyntax.java 51 2008-03-10 11:46:54Z erkan $

Field Summary
 boolean mandatory
           
 java.lang.String name
           
static int PT_ADOM
           
static int PT_BOOLEAN
           
static int PT_DOUBLE
           
static int PT_INT
           
static int PT_LIST
           
static int PT_LONG
           
static int PT_PASSWORD
           
static int PT_RESOLVED_LIST
           
static int PT_STRING
           
static int PT_SYMBOL
           
static int PT_TEST_EXPRESSION
           
 int type
           
 
Constructor Summary
ParameterSyntax(int type, java.lang.String name, boolean mandatory)
          Creates a new instance of ParameterSyntax
 
Method Summary
static java.lang.String getTypeText(int type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_STRING

public static final int PT_STRING
See Also:
Constant Field Values

PT_INT

public static final int PT_INT
See Also:
Constant Field Values

PT_LONG

public static final int PT_LONG
See Also:
Constant Field Values

PT_DOUBLE

public static final int PT_DOUBLE
See Also:
Constant Field Values

PT_BOOLEAN

public static final int PT_BOOLEAN
See Also:
Constant Field Values

PT_ADOM

public static final int PT_ADOM
See Also:
Constant Field Values

PT_SYMBOL

public static final int PT_SYMBOL
See Also:
Constant Field Values

PT_PASSWORD

public static final int PT_PASSWORD
See Also:
Constant Field Values

PT_LIST

public static final int PT_LIST
See Also:
Constant Field Values

PT_RESOLVED_LIST

public static final int PT_RESOLVED_LIST
See Also:
Constant Field Values

PT_TEST_EXPRESSION

public static final int PT_TEST_EXPRESSION
See Also:
Constant Field Values

type

public int type

name

public java.lang.String name

mandatory

public boolean mandatory
Constructor Detail

ParameterSyntax

public ParameterSyntax(int type,
                       java.lang.String name,
                       boolean mandatory)
Creates a new instance of ParameterSyntax

Method Detail

getTypeText

public static java.lang.String getTypeText(int type)


Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.