public class BaseStandardTypeInfo extends Object implements Serializable
Constructor and Description |
---|
BaseStandardTypeInfo(String type,
String name,
String version)
It is not intended or recommended that the consumer of the API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Gets the name of the base standard, such as SDTM and ADaM.
|
String |
getType()
Gets the type of the base standard, such as Analysis and Tabulation.
|
String |
getVersion()
Gets the version of the base standard.
|
int |
hashCode() |
String |
toString() |
public BaseStandardTypeInfo(String type, String name, String version)
type
- The type of the base standard, such as Analysis and Tabulation.name
- The name of the base standard, such as SDTM and ADaM.version
- The version of the base standard.public String getType()
public String getName()
public String getVersion()
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>