com.bloomberglp.blpapi
Class ConstraintsList

java.lang.Object
  extended by com.bloomberglp.blpapi.ConstraintsList

public abstract class ConstraintsList
extends java.lang.Object

Contains a list of Constraint objects.

Author:
Chao Yao(cyao3)

Constructor Summary
ConstraintsList()
           
 
Method Summary
abstract  Constraint constraint(Name type)
           
abstract  Constraint constraintAt(int index)
           
abstract  boolean hasConstraint(Name type)
           
abstract  int numConstraints()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintsList

public ConstraintsList()
Method Detail

hasConstraint

public abstract boolean hasConstraint(Name type)

constraint

public abstract Constraint constraint(Name type)

numConstraints

public abstract int numConstraints()

constraintAt

public abstract Constraint constraintAt(int index)


Copyright © 2015 Bloomberg L.P.. All Rights Reserved.