Home
last modified time | relevance | path

Searched refs:xTypeDescription (Results 1 – 2 of 2) sorted by relevance

/trunk/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java487 … XTypeDescription xTypeDescription = Introspector.getIntrospector().getReferencedType(_sTypeName); in getTypeString() local
488 if (xTypeDescription != null){ in getTypeString()
489 …sTypeString = getTypeString(xTypeDescription.getName(), xTypeDescription.getTypeClass(), _bAsHeade… in getTypeString()
526 … XTypeDescription xTypeDescription = Introspector.getIntrospector().getReferencedType(sTypeName); in getVariableDeclaration() local
527 if (xTypeDescription != null){ in getVariableDeclaration()
528 aLocTypeClass = xTypeDescription.getTypeClass(); in getVariableDeclaration()
602 …XTypeDescription xTypeDescription = Introspector.getIntrospector().getReferencedType(getTypeName()… in getCentralVariableStemName() local
603 if (xTypeDescription != null){ in getCentralVariableStemName()
604 … sCentralVariableStemName = getCentralVariableStemName(xTypeDescription.getTypeClass()); in getCentralVariableStemName()
711 …XTypeDescription xTypeDescription = Introspector.getIntrospector().getReferencedType(getTypeName()… in getVariableStemName() local
[all …]
H A DIntrospector.java434 XTypeDescription xTypeDescription = null; in getReferencedType() local
441 xTypeDescription = xIndirectTypeDescription.getReferencedType(); in getReferencedType()
448 return xTypeDescription; in getReferencedType()