Uses of Class
org.metaabm.SBorderRule

Packages that use SBorderRule
org.metaabm   
org.metaabm.impl   
org.metaabm.validation   
 

Uses of SBorderRule in org.metaabm
 

Fields in org.metaabm with type parameters of type SBorderRule
static java.util.List<SBorderRule> SBorderRule.VALUES
          A public read-only list of all the 'SBorder Rule' enumerators.
 

Methods in org.metaabm that return SBorderRule
static SBorderRule SBorderRule.get(int value)
          Returns the 'SBorder Rule' literal with the specified integer value.
static SBorderRule SBorderRule.get(java.lang.String literal)
          Returns the 'SBorder Rule' literal with the specified literal value.
 SBorderRule SNDimensional.getBorderRule()
          Returns the value of the 'Border Rule' attribute.
static SBorderRule SBorderRule.getByName(java.lang.String name)
          Returns the 'SBorder Rule' literal with the specified name.
static SBorderRule SBorderRule.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SBorderRule[] SBorderRule.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.metaabm with parameters of type SBorderRule
 void SNDimensional.setBorderRule(SBorderRule value)
          Sets the value of the 'Border Rule' attribute.
 

Uses of SBorderRule in org.metaabm.impl
 

Methods in org.metaabm.impl that return SBorderRule
 SBorderRule MetaABMFactoryImpl.createSBorderRuleFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 SBorderRule SNDimensionalImpl.getBorderRule()
           
 

Methods in org.metaabm.impl with parameters of type SBorderRule
 void SNDimensionalImpl.setBorderRule(SBorderRule newBorderRule)
           
 

Uses of SBorderRule in org.metaabm.validation
 

Methods in org.metaabm.validation with parameters of type SBorderRule
 boolean SNDimensionalValidator.validateBorderRule(SBorderRule value)