getAttributeName() public method

public getAttributeName ( ) : String
return String
コード例 #1
0
 public String name()
 {
     return(spec.getAttributeName().Trim());
 }