- java.lang.Object
-
- io.fixprotocol.orchestra.message.CodeSetScope
-
- All Implemented Interfaces:
FixNode,Scope,AutoCloseable
public class CodeSetScope extends Object implements Scope
Scope for a code set- Author:
- Don Mendelson
-
-
Constructor Summary
Constructors Constructor Description CodeSetScope(CodeSetType codeSet)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FixValue<?>assign(PathStep arg0, FixValue<?> arg1)voidclose()StringgetName()Scopenest(PathStep arg0, Scope arg1)FixNoderemove(PathStep arg0)FixValue<?>resolve(PathStep pathStep)voidsetParent(Scope parent)
-
-
-
Constructor Detail
-
CodeSetScope
public CodeSetScope(CodeSetType codeSet)
Constructor- Parameters:
codeSet- from metadata
-
-
Method Detail
-
assign
public FixValue<?> assign(PathStep arg0, FixValue<?> arg1) throws ModelException
- Specified by:
assignin interfaceScope- Throws:
ModelException
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
getName
public String getName()
-
-