link start!
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.tridium.lonworks.xml;
|
||||
|
||||
public interface XIConfig {
|
||||
String getMax();
|
||||
|
||||
String getMin();
|
||||
|
||||
String getModifyFlag();
|
||||
|
||||
XTypeDef getXTypeDef();
|
||||
|
||||
void setModifyFlag(String str);
|
||||
}
|
||||
Reference in New Issue
Block a user