Class LookupResultImpl
java.lang.Object
tripleo.elijah_durable_congenial.lang.impl.LookupResultImpl
- All Implemented Interfaces:
LookupResult
-
Constructor Summary
ConstructorsConstructorDescriptionLookupResultImpl(String aName, OS_Element aElement, int aLevel, Context aContext) LookupResultImpl(String aName, OS_Element aElement, int aLevel, Context aContext, ContextInfo aImportInfo) -
Method Summary
Modifier and TypeMethodDescription@Nullable ContextInfointgetLevel()@Nullable StringgetName()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tripleo.elijah_durable_congenial.lang.i.LookupResult
toString
-
Constructor Details
-
LookupResultImpl
-
LookupResultImpl
public LookupResultImpl(String aName, OS_Element aElement, int aLevel, Context aContext, ContextInfo aImportInfo)
-
-
Method Details
-
getContext
- Specified by:
getContextin interfaceLookupResult
-
getElement
- Specified by:
getElementin interfaceLookupResult
-
getImportInfo
- Specified by:
getImportInfoin interfaceLookupResult
-
getLevel
public int getLevel()- Specified by:
getLevelin interfaceLookupResult
-
getName
- Specified by:
getNamein interfaceLookupResult
-