xjavadoc
Interface Type

All Known Subinterfaces:
XField, XParameter
All Known Implementing Classes:
xjavadoc.AbstractType, ParameterImpl

public interface Type

Everything that can have a type implements this interface

Author:
Aslak Hellesøy

Method Summary
 int getDimension()
          Returns the dimension as an int
 java.lang.String getDimensionAsString()
          Returns the dimension as a String, "", "[]", "[][]" etc.
 XClass getType()
          Get type
 

Method Detail

getDimension

public int getDimension()
Returns the dimension as an int

Returns:
dimension as an int

getDimensionAsString

public java.lang.String getDimensionAsString()
Returns the dimension as a String, "", "[]", "[][]" etc.

Returns:
dimension as a String

getType

public XClass getType()
Get type

Returns:
type


Copyright © 2002-2004 XDoclet Team. All Rights Reserved.