SysML

Uses of Class
org.topcased.sysml.VerifyMethodKind

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

Uses of VerifyMethodKind in org.topcased.sysml
 

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

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

Uses of VerifyMethodKind in org.topcased.sysml.impl
 

Fields in org.topcased.sysml.impl declared as VerifyMethodKind
protected static VerifyMethodKind RequirementImpl.VERIFY_METHOD_EDEFAULT
          The default value of the 'Verify Method' attribute
protected  VerifyMethodKind RequirementImpl.verifyMethod
          The cached value of the 'Verify Method' attribute
 

Methods in org.topcased.sysml.impl that return VerifyMethodKind
 VerifyMethodKind SysMLFactoryImpl.createVerifyMethodKindFromString(EDataType eDataType, java.lang.String initialValue)
           
 VerifyMethodKind RequirementImpl.getVerifyMethod()
           
 

Methods in org.topcased.sysml.impl with parameters of type VerifyMethodKind
 void RequirementImpl.setVerifyMethod(VerifyMethodKind newVerifyMethod)
           
 


SysML

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