Package org.aoju.bus.image.galaxy
Class AttributeCoercion
java.lang.Object
org.aoju.bus.image.galaxy.AttributeCoercion
- All Implemented Interfaces:
Serializable,Comparable<AttributeCoercion>
public class AttributeCoercion
extends Object
implements Serializable, Comparable<AttributeCoercion>
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeCoercion(String commonName, String[] sopClasses, Dimse dimse, TransferCapability.Role role, String[] aeTitles, String uri) -
Method Summary
Modifier and TypeMethodDescriptionintfinal String[]final Stringfinal DimsegetDIMSE()final TransferCapability.RolegetRole()final String[]final StringgetURI()booleanmatchesCondition(String sopClass, Dimse dimse, TransferCapability.Role role, String aeTitle) promptTo(StringBuilder sb, String indent) toString()
-
Constructor Details
-
AttributeCoercion
-
-
Method Details
-
getCommonName
-
getSOPClasses
-
getDIMSE
-
getRole
-
getAETitles
-
getURI
-
matchesCondition
public boolean matchesCondition(String sopClass, Dimse dimse, TransferCapability.Role role, String aeTitle) -
compareTo
- Specified by:
compareToin interfaceComparable<AttributeCoercion>
-
toString
-
promptTo
-