c

nelson.yaml

ConstraintYaml

class ConstraintYaml extends AnyRef

Source
ManifestV1Parser.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstraintYaml
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConstraintYaml()

Value Members

  1. var cluster: ArrayList[ClusterYaml]
  2. def getCluster(): ArrayList[ClusterYaml]
  3. def getGroupBy(): ArrayList[GroupByYaml]
  4. def getLike(): ArrayList[LikeYaml]
  5. def getUnique(): ArrayList[String]
  6. def getUnlike(): ArrayList[LikeYaml]
  7. var groupBy: ArrayList[GroupByYaml]
  8. var like: ArrayList[LikeYaml]
  9. def setCluster(arg0: ArrayList[ClusterYaml]): Unit
  10. def setGroupBy(arg0: ArrayList[GroupByYaml]): Unit
  11. def setLike(arg0: ArrayList[LikeYaml]): Unit
  12. def setUnique(arg0: ArrayList[String]): Unit
  13. def setUnlike(arg0: ArrayList[LikeYaml]): Unit
  14. var unique: ArrayList[String]
  15. var unlike: ArrayList[LikeYaml]