public class MWStructInfo extends Object
| Constructor and Description |
|---|
MWStructInfo(List<String> fNames)
Create an instance of this class using a list of strings that represents fields of a Java bean or fieldnames of
a MATLAB structure.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class |
getBeanType() |
int |
hashCode() |
void |
setBeanType(Class beanType) |
public MWStructInfo(List<String> fNames)
fNames - list of strings that represents fields of a Java bean or fieldnames of a MATLAB structureCopyright © 2015–2024. All rights reserved.