public static class StructuredDataRecord.Member extends Object
One entry in the structured data record
Member(int type, int count, List<Object> data)
int
getCount()
List<Object>
getData()
getType()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Member(int type, int count, List<Object> data)
public final int getType()
public final int getCount()
public final List<Object> getData()
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.