SysML

Uses of Class
org.topcased.sysml.RiskKind

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

Uses of RiskKind in org.topcased.sysml
 

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

Methods in org.topcased.sysml that return RiskKind
static RiskKind RiskKind.get(int value)
          Returns the 'Risk Kind' literal with the specified integer value
static RiskKind RiskKind.get(java.lang.String literal)
          Returns the 'Risk Kind' literal with the specified literal value
static RiskKind RiskKind.getByName(java.lang.String name)
          Returns the 'Risk Kind' literal with the specified name
 RiskKind Requirement.getRisk()
          Returns the value of the 'Risk' attribute.
static RiskKind RiskKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RiskKind[] RiskKind.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 RiskKind
 void Requirement.setRisk(RiskKind value)
          Sets the value of the 'Risk' attribute
 

Uses of RiskKind in org.topcased.sysml.impl
 

Fields in org.topcased.sysml.impl declared as RiskKind
protected  RiskKind RequirementImpl.risk
          The cached value of the 'Risk' attribute
protected static RiskKind RequirementImpl.RISK_EDEFAULT
          The default value of the 'Risk' attribute
 

Methods in org.topcased.sysml.impl that return RiskKind
 RiskKind SysMLFactoryImpl.createRiskKindFromString(EDataType eDataType, java.lang.String initialValue)
           
 RiskKind RequirementImpl.getRisk()
           
 

Methods in org.topcased.sysml.impl with parameters of type RiskKind
 void RequirementImpl.setRisk(RiskKind newRisk)
           
 


SysML

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