Package com.ardoq.model
Class Component.References
java.lang.Object
com.ardoq.model.Component.References
- Enclosing class:
- Component
public static class Component.References extends Object
-
Constructor Summary
Constructors Constructor Description References(Collection<Reference> in, Collection<Reference> out) -
Method Summary
Modifier and Type Method Description static Component.Referencesempty()booleanequals(Object o)Collection<Reference>getIn()Collection<Reference>getOut()inthashCode()voidsetIn(Collection<Reference> in)voidsetOut(Collection<Reference> out)StringtoString()