SysML

Uses of Class
org.topcased.sysml.VerdictKind

Packages that use VerdictKind
org.topcased.sysml   
org.topcased.sysml.impl   
 

Uses of VerdictKind in org.topcased.sysml
 

Fields in org.topcased.sysml with type parameters of type VerdictKind
static java.util.List<VerdictKind> VerdictKind.VALUES
          A public read-only list of all the 'Verdict Kind' enumerators
 

Methods in org.topcased.sysml that return VerdictKind
static VerdictKind VerdictKind.get(int value)
          Returns the 'Verdict Kind' literal with the specified integer value
static VerdictKind VerdictKind.get(java.lang.String literal)
          Returns the 'Verdict Kind' literal with the specified literal value
static VerdictKind VerdictKind.getByName(java.lang.String name)
          Returns the 'Verdict Kind' literal with the specified name
 VerdictKind TestCase.getResult()
          Returns the value of the 'Result' attribute.
static VerdictKind VerdictKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VerdictKind[] VerdictKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.topcased.sysml with parameters of type VerdictKind
 void TestCase.setResult(VerdictKind value)
          Sets the value of the 'Result' attribute
 

Uses of VerdictKind in org.topcased.sysml.impl
 

Fields in org.topcased.sysml.impl declared as VerdictKind
protected  VerdictKind TestCaseImpl.result
          The cached value of the 'Result' attribute
protected static VerdictKind TestCaseImpl.RESULT_EDEFAULT
          The default value of the 'Result' attribute
 

Methods in org.topcased.sysml.impl that return VerdictKind
 VerdictKind SysMLFactoryImpl.createVerdictKindFromString(EDataType eDataType, java.lang.String initialValue)
           
 VerdictKind TestCaseImpl.getResult()
           
 

Methods in org.topcased.sysml.impl with parameters of type VerdictKind
 void TestCaseImpl.setResult(VerdictKind newResult)
           
 


SysML

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.