Class RelatedCompound
- java.lang.Object
-
- org.cakelab.jdoxml.impl.compoundhandler.RelatedCompound
-
- All Implemented Interfaces:
IRelatedCompound
public class RelatedCompound extends java.lang.Object implements IRelatedCompound
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cakelab.jdoxml.api.IRelatedCompound
IRelatedCompound.Kind, IRelatedCompound.Protection
-
-
Constructor Summary
Constructors Constructor Description RelatedCompound(CompoundHandler parent, java.lang.String id, IRelatedCompound.Protection prot, IRelatedCompound.Kind kind)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ICompound
compound()
IRelatedCompound.Kind
kind()
java.lang.String
name()
IRelatedCompound.Protection
protection()
-
-
-
Constructor Detail
-
RelatedCompound
public RelatedCompound(CompoundHandler parent, java.lang.String id, IRelatedCompound.Protection prot, IRelatedCompound.Kind kind)
-
-
Method Detail
-
compound
public ICompound compound()
- Specified by:
compound
in interfaceIRelatedCompound
-
protection
public IRelatedCompound.Protection protection()
- Specified by:
protection
in interfaceIRelatedCompound
-
kind
public IRelatedCompound.Kind kind()
- Specified by:
kind
in interfaceIRelatedCompound
-
name
public java.lang.String name()
- Specified by:
name
in interfaceIRelatedCompound
-
-