public abstract class YNameSpaceElement extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
YNameSpaceElement(YNamespace container) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLoaderInfo()
Provides optional info which has to be set during type system loading.
|
YNamespace |
getNamespace() |
YTypeSystem |
getTypeSystem() |
void |
resetCaches()
Since most typesystem elements use lazy references e.g.
|
void |
setLoaderInfo(String loaderInfo)
Sets optional info describing how the element has been loaded.
|
String |
toString() |
void |
validate()
Validates the element.
|
protected YNameSpaceElement(YNamespace container)
public void resetCaches()
public void validate()
public YNamespace getNamespace()
public YTypeSystem getTypeSystem()
public String getLoaderInfo()
public void setLoaderInfo(String loaderInfo)
loaderInfo - the infoCopyright © 2017 SAP SE. All Rights Reserved.