public class Schema extends Object
Modifier and Type | Field and Description |
---|---|
static int |
Json_format |
static int |
No_format |
static int |
Xml_format |
Constructor and Description |
---|
Schema(String name,
String location,
String description,
int format) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getDisplayName() |
String |
getFormat() |
String |
getLocation() |
String |
getName() |
public static final int No_format
public static final int Xml_format
public static final int Json_format
Copyright © 2016–2019. All rights reserved.