|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.tatool.core.data.DataUtils
public class DataUtils
| Constructor Summary | |
|---|---|
DataUtils()
|
|
| Method Summary | |
|---|---|
static void |
clearDescriptivePropertyHolder(DescriptivePropertyHolder propertyHolder)
|
static void |
clearPropertyHolder(PropertyHolder propertyHolder,
Property<?>[] properties)
Removes all properties from the properties holder. |
static String |
getStringBinaryModuleProperty(Module module,
String propertyName)
Get a String from the binary module properties. |
static void |
putStringBinaryModuleProperty(Module module,
String propertyName,
String propertyValue)
Put a String into the binary module properties. |
static void |
storeProperties(DataContainer dataContainer,
DescriptivePropertyHolder propertyHolder)
|
static void |
storeProperties(DataContainer dataContainer,
PropertyHolder propertyHolder,
Property<?>[] properties)
Copies all properties from the holder onto a PropertiesContainer object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataUtils()
| Method Detail |
|---|
public static String getStringBinaryModuleProperty(Module module,
String propertyName)
public static void putStringBinaryModuleProperty(Module module,
String propertyName,
String propertyValue)
public static void clearPropertyHolder(PropertyHolder propertyHolder,
Property<?>[] properties)
public static void clearDescriptivePropertyHolder(DescriptivePropertyHolder propertyHolder)
public static void storeProperties(DataContainer dataContainer,
PropertyHolder propertyHolder,
Property<?>[] properties)
public static void storeProperties(DataContainer dataContainer,
DescriptivePropertyHolder propertyHolder)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||