|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.semarchy.platform.language.semql.attributes.AbstractSemQLAttr
com.semarchy.mdm.runtime.semql.dataaccess.SemQLViewAttribute
public class SemQLViewAttribute
Field Summary |
---|
Fields inherited from interface com.semarchy.platform.language.semql.attributes.ISemQLAttr |
---|
PARENT_RECORD, SEP |
Method Summary | |
---|---|
List<IManyToOneNode> |
getManyToOneNodePath()
|
String |
getPathToViewPrefix()
Return the AbstractSemQLAttr.getQualifiedName() excluding the
getViewAttribute() name. |
IView |
getView()
|
IViewAttribute<?> |
getViewAttribute()
|
boolean |
isRootViewAttribute()
|
Methods inherited from class com.semarchy.platform.language.semql.attributes.AbstractSemQLAttr |
---|
buildAttrPath, canBeTerminal, equals, getAttributeType, getName, getParentAttr, getQualifiedName, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.semarchy.platform.language.semql.attributes.ISemQLAttr |
---|
buildAttrPath, canBeTerminal, equals, getAttributeType, getName, getParentAttr, getQualifiedName |
Method Detail |
---|
public IViewAttribute<?> getViewAttribute()
public String getPathToViewPrefix()
AbstractSemQLAttr.getQualifiedName()
excluding the
getViewAttribute()
name.
public List<IManyToOneNode> getManyToOneNodePath() throws IllegalStateException
IllegalStateException
- if this attribute includes SemQLDataAccessToParent or
SemQLDataAccessNodePath
with other than
IManyToOneNode
public IView getView()
getView
in interface ISemQLDataAccessAttr
public boolean isRootViewAttribute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |