public class AttributeCoercions extends Object implements Iterable<AttributeCoercion>, Serializable
Modifier and Type | Field and Description |
---|---|
private List<AttributeCoercion> |
list |
private static long |
serialVersionUID |
Constructor and Description |
---|
AttributeCoercions() |
Modifier and Type | Method and Description |
---|---|
void |
add(AttributeCoercion ac) |
void |
add(AttributeCoercions acs) |
void |
clear() |
AttributeCoercion |
findAttributeCoercion(String sopClass,
Dimse dimse,
TransferCapability.Role role,
String aeTitle) |
AttributeCoercion |
findAttributeCoercion(String sopClass,
Dimse dimse,
TransferCapability.Role role,
String aeTitle,
String deviceName) |
AttributeCoercion |
findByCommonName(String commonName) |
List<AttributeCoercion> |
getList() |
Iterator<AttributeCoercion> |
iterator() |
boolean |
remove(AttributeCoercion ac) |
void |
setList(List<AttributeCoercion> list) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
private static final long serialVersionUID
private List<AttributeCoercion> list
public AttributeCoercions()
public List<AttributeCoercion> getList()
public void setList(List<AttributeCoercion> list)
public void add(AttributeCoercion ac)
public void add(AttributeCoercions acs)
public boolean remove(AttributeCoercion ac)
public void clear()
public AttributeCoercion findByCommonName(String commonName)
public AttributeCoercion findAttributeCoercion(String sopClass, Dimse dimse, TransferCapability.Role role, String aeTitle)
public AttributeCoercion findAttributeCoercion(String sopClass, Dimse dimse, TransferCapability.Role role, String aeTitle, String deviceName)
public Iterator<AttributeCoercion> iterator()
iterator
in interface Iterable<AttributeCoercion>
Copyright © 2017 dcm4che.org. All rights reserved.