Package org.aoju.bus.image.galaxy.data
Class AttributesSelector
java.lang.Object
org.aoju.bus.image.galaxy.data.AttributesSelector
-
Constructor Summary
ConstructorsConstructorDescriptionAttributesSelector(int tag) AttributesSelector(int tag, String privateCreator) AttributesSelector(int tag, String privateCreator, List<ItemPointer> itemPointers) AttributesSelector(int tag, String privateCreator, ItemPointer... itemPointers) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()itemPointer(int index) intlevel()booleanmatches(List<ItemPointer> itemPointers, String privateCreator, int tag) selectStringValue(Attributes attrs, int valueIndex, String defVal) inttag()toString()static AttributesSelector
-
Constructor Details
-
AttributesSelector
public AttributesSelector(int tag) -
AttributesSelector
-
AttributesSelector
-
AttributesSelector
-
-
Method Details
-
valueOf
-
tag
public int tag() -
privateCreator
-
level
public int level() -
itemPointer
-
selectStringValue
-
toString
-
equals
-
hashCode
-
matches
-