T - AVP data formatpublic class Type<T> extends Object
| Constructor and Description |
|---|
Type(int vendorId,
int code,
String name,
DataFormat<T> format) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
DataFormat<T> |
getDataFormat() |
int |
getVendorId() |
int |
hashCode() |
boolean |
isMandatory() |
boolean |
isVendorSpecific() |
Type<T> |
setMandatory(boolean mandatory) |
String |
toString() |
public Type(int vendorId,
int code,
String name,
DataFormat<T> format)
public int getVendorId()
public boolean isVendorSpecific()
public int getCode()
public DataFormat<T> getDataFormat()
public boolean isMandatory()
Copyright © 2014. All Rights Reserved.