org.moremotion.clang
Class ParameterSyntax
java.lang.Object
org.moremotion.clang.ParameterSyntax
public class ParameterSyntax
- extends java.lang.Object
- Version:
- $Id: ParameterSyntax.java 51 2008-03-10 11:46:54Z erkan $
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 |
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
ParameterSyntax
public ParameterSyntax(int type,
java.lang.String name,
boolean mandatory)
- Creates a new instance of ParameterSyntax
getTypeText
public static java.lang.String getTypeText(int type)
Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.