Uses of Interface
com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
-
Packages that use RuntimePropertyInfo Package Description com.sun.xml.bind.v2.model.runtime The specialization ofcom.sun.xml.bind.v2.model.corefor the runtime. -
-
Uses of RuntimePropertyInfo in com.sun.xml.bind.v2.model.runtime
Subinterfaces of RuntimePropertyInfo in com.sun.xml.bind.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeAttributePropertyInfointerfaceRuntimeElementPropertyInfointerfaceRuntimeMapPropertyInfointerfaceRuntimeReferencePropertyInfointerfaceRuntimeValuePropertyInfoMethods in com.sun.xml.bind.v2.model.runtime that return RuntimePropertyInfo Modifier and Type Method Description RuntimePropertyInfoRuntimeClassInfo. getProperty(String name)RuntimePropertyInfoRuntimeNonElementRef. getSource()RuntimePropertyInfoRuntimeTypeRef. getSource()Methods in com.sun.xml.bind.v2.model.runtime that return types with arguments of type RuntimePropertyInfo Modifier and Type Method Description List<? extends RuntimePropertyInfo>RuntimeClassInfo. getProperties()
-