Class PlainXmlProperty

java.lang.Object
org.eclipse.epsilon.emc.plainxml.PlainXmlProperty

public class PlainXmlProperty extends Object
  • Field Details

  • Constructor Details

    • PlainXmlProperty

      public PlainXmlProperty()
  • Method Details

    • parse

      public static PlainXmlProperty parse(String property)
    • cast

      public Object cast(String value)
    • getProperty

      public String getProperty()
    • isAttribute

      public boolean isAttribute()
    • isElement

      public boolean isElement()
    • isMany

      public boolean isMany()
    • isReference

      public boolean isReference()