Package org.w3.xlink
Class ArcType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
- java.lang.Object
-
- com.kscs.util.jaxb.Selector<TRoot,TParent>
-
- org.w3.xlink.ArcType.Selector<TRoot,TParent>
-
- Direct Known Subclasses:
ArcType.Select
- Enclosing class:
- ArcType
public static class ArcType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> extends com.kscs.util.jaxb.Selector<TRoot,TParent>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.kscs.util.jaxb.Selector<TRoot,ArcType.Selector<TRoot,TParent>>actuate()com.kscs.util.jaxb.Selector<TRoot,ArcType.Selector<TRoot,TParent>>arcrole()com.kscs.util.jaxb.Selector<TRoot,ArcType.Selector<TRoot,TParent>>arcTitle()Map<String,com.kscs.util.jaxb.PropertyTree>buildChildren()This is only used by builders and other implementational detailscom.kscs.util.jaxb.Selector<TRoot,ArcType.Selector<TRoot,TParent>>from()com.kscs.util.jaxb.Selector<TRoot,ArcType.Selector<TRoot,TParent>>show()TitleEltType.Selector<TRoot,ArcType.Selector<TRoot,TParent>>title()com.kscs.util.jaxb.Selector<TRoot,ArcType.Selector<TRoot,TParent>>to()com.kscs.util.jaxb.Selector<TRoot,ArcType.Selector<TRoot,TParent>>type()
-
-
-
Method Detail
-
buildChildren
public Map<String,com.kscs.util.jaxb.PropertyTree> buildChildren()
Description copied from class:com.kscs.util.jaxb.SelectorThis is only used by builders and other implementational details
-
title
public TitleEltType.Selector<TRoot,ArcType.Selector<TRoot,TParent>> title()
-
type
public com.kscs.util.jaxb.Selector<TRoot,ArcType.Selector<TRoot,TParent>> type()
-
arcrole
public com.kscs.util.jaxb.Selector<TRoot,ArcType.Selector<TRoot,TParent>> arcrole()
-
arcTitle
public com.kscs.util.jaxb.Selector<TRoot,ArcType.Selector<TRoot,TParent>> arcTitle()
-
show
public com.kscs.util.jaxb.Selector<TRoot,ArcType.Selector<TRoot,TParent>> show()
-
actuate
public com.kscs.util.jaxb.Selector<TRoot,ArcType.Selector<TRoot,TParent>> actuate()
-
from
public com.kscs.util.jaxb.Selector<TRoot,ArcType.Selector<TRoot,TParent>> from()
-
to
public com.kscs.util.jaxb.Selector<TRoot,ArcType.Selector<TRoot,TParent>> to()
-
-