Class Type

java.lang.Object
org.apache.xbean.spring.generator.Type

public class Type extends Object
Since:
1.0
Version:
$Id$
Author:
Dain Sundstrom
  • Method Details

    • newSimpleType

      public static Type newSimpleType(String name)
    • newArrayType

      public static Type newArrayType(String type, int dimensions)
    • newCollectionType

      public static Type newCollectionType(String collectionType, Type elementType)
    • getName

      public String getName()
    • getNestedType

      public Type getNestedType()
    • isCollection

      public boolean isCollection()
    • isPrimitive

      public boolean isPrimitive()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object