com.contrastsecurity.rest
Class CodeClass

java.lang.Object
  extended by com.contrastsecurity.rest.CodeClass

public class CodeClass
extends Object

A .NET or Java class.


Constructor Summary
CodeClass()
           
 
Method Summary
 List<CodeMethod> getMethods()
          Return the list of methods in this class.
 String getName()
          Return the name of the class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeClass

public CodeClass()
Method Detail

getName

public String getName()
Return the name of the class.

Returns:
the name of the class

getMethods

public List<CodeMethod> getMethods()
Return the list of methods in this class.

Returns:
the methods in this class


Copyright © 2014. All Rights Reserved.