public abstract class DataPropertyBase extends Object
| Constructor and Description |
|---|
DataPropertyBase(String name,
DataPropertyType type) |
DataPropertyBase(String name,
DataPropertyType type,
DataPropertyType arrayContentType) |
| Modifier and Type | Method and Description |
|---|---|
DataPropertyType |
getArrayContentType() |
String |
getFullName() |
String |
getFullNameLowerCase() |
String |
getName() |
DataPropertyType |
getType() |
void |
setArrayContentType(DataPropertyType _arrayContentType) |
void |
setFullName(String fullName) |
void |
setType(DataPropertyType _type) |
String |
toString() |
public DataPropertyBase(String name, DataPropertyType type)
public DataPropertyBase(String name, DataPropertyType type, DataPropertyType arrayContentType)
public String getName()
public String getFullName()
public void setFullName(String fullName)
public String getFullNameLowerCase()
public DataPropertyType getType()
public void setType(DataPropertyType _type)
public DataPropertyType getArrayContentType()
public void setArrayContentType(DataPropertyType _arrayContentType)
Copyright © 2020. All rights reserved.