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

All Superinterfaces:
com.sun.xml.bind.v2.model.annotation.AnnotationSource, com.sun.xml.bind.v2.model.core.MapPropertyInfo<java.lang.reflect.Type,java.lang.Class>, com.sun.xml.bind.v2.model.core.PropertyInfo<java.lang.reflect.Type,java.lang.Class>, RuntimePropertyInfo

public interface RuntimeMapPropertyInfo
extends RuntimePropertyInfo, com.sun.xml.bind.v2.model.core.MapPropertyInfo<java.lang.reflect.Type,java.lang.Class>


Method Summary
 RuntimeNonElement getKeyType()
           
 RuntimeNonElement getValueType()
           
 
Methods inherited from interface com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
elementOnlyContent, getAccessor, getIndividualType, getRawType, ref
 
Methods inherited from interface com.sun.xml.bind.v2.model.core.MapPropertyInfo
getXmlName, isCollectionNillable
 
Methods inherited from interface com.sun.xml.bind.v2.model.core.PropertyInfo
displayName, getAdapter, getExpectedMimeType, getName, getSchemaType, id, inlineBinaryData, isCollection, kind, parent
 
Methods inherited from interface com.sun.xml.bind.v2.model.annotation.AnnotationSource
hasAnnotation, readAnnotation
 

Method Detail

getKeyType

RuntimeNonElement getKeyType()
Specified by:
getKeyType in interface com.sun.xml.bind.v2.model.core.MapPropertyInfo<java.lang.reflect.Type,java.lang.Class>

getValueType

RuntimeNonElement getValueType()
Specified by:
getValueType in interface com.sun.xml.bind.v2.model.core.MapPropertyInfo<java.lang.reflect.Type,java.lang.Class>