com.togethersoft.openapi.util
Class RwiElementsUtil


public abstract class RwiElementsUtil

Author:
TogetherSoft
Since: Together 4.0

Field Summary
 private final static RwiElement[]EMPTY_RWI_ELEMENTS
           
 private final static RwiReference[]EMPTY_RWI_REFERENCES
           

Method Summary
 static booleancheckProperty(IdeContext context, String propertyName, boolean value)
           
 static booleancheckProperty(IdeContext context, String propertyName, String value)
           
 static RwiElement[]getRwiElements(IdeContext context)
           
 static RwiReference[]getRwiReferences(IdeContext context)
           
 static booleanisPropertyWritable(RwiElement[] elements, String propertyName)
           

Field Detail

EMPTY_RWI_ELEMENTS

private final static RwiElement[] EMPTY_RWI_ELEMENTS

EMPTY_RWI_REFERENCES

private final static RwiReference[] EMPTY_RWI_REFERENCES
Method Detail

checkProperty

public static boolean checkProperty(IdeContext context, String propertyName, boolean value)

checkProperty

public static boolean checkProperty(IdeContext context, String propertyName, String value)

getRwiElements

public static RwiElement[] getRwiElements(IdeContext context)

getRwiReferences

public static RwiReference[] getRwiReferences(IdeContext context)

isPropertyWritable

public static boolean isPropertyWritable(RwiElement[] elements, String propertyName)
Since:
Together 5.0

Association Links

to Class com.togethersoft.openapi.rwi.RwiElement

to Class com.togethersoft.openapi.rwi.RwiReference