public static class GfsFile.PropertyDefn
extends java.lang.Object
| Constructor and Description |
|---|
PropertyDefn() |
PropertyDefn(java.lang.String name,
java.lang.String elementPath,
int type,
int width,
boolean isAttr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getElementPath() |
java.lang.String |
getName() |
int |
getType() |
int |
getWidth() |
boolean |
isAttr() |
void |
setElementPath(java.lang.String elementPath) |
void |
setIsAttr(boolean b) |
void |
setName(java.lang.String name) |
void |
setType(int type) |
void |
setWidth(int width) |
public PropertyDefn()
public PropertyDefn(java.lang.String name,
java.lang.String elementPath,
int type,
int width,
boolean isAttr)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getElementPath()
public void setElementPath(java.lang.String elementPath)
public int getType()
public void setType(int type)
public int getWidth()
public void setWidth(int width)
public boolean isAttr()
public void setIsAttr(boolean b)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Object