com.sun.xml.bind.v2.model.runtime

Interface RuntimeArrayInfo

public interface RuntimeArrayInfo extends ArrayInfo<Type,Class>, RuntimeNonElement

Method Summary
RuntimeNonElementgetItemType()
ClassgetType()
Represents T[].

Method Detail

getItemType

public RuntimeNonElement getItemType()
{@inheritDoc }

getType

public Class getType()
Represents T[]. The same as getType but at the runtime, an array is guaranteed to have a Class representation, not just any Type.