public class ConfigurationObject extends Object
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_ENDPOINT |
static int |
TYPE_ENTRY |
static int |
TYPE_EVENTSOURCE |
static int |
TYPE_PROXY |
static int |
TYPE_SEQUENCE |
static int |
TYPE_STARTUP |
static int |
TYPE_UNKNOWN |
Constructor and Description |
---|
ConfigurationObject(int type,
String id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId() |
int |
getType() |
String |
getTypeName() |
int |
hashCode() |
void |
setType(int type) |
public static final int TYPE_ENDPOINT
public static final int TYPE_SEQUENCE
public static final int TYPE_PROXY
public static final int TYPE_ENTRY
public static final int TYPE_STARTUP
public static final int TYPE_EVENTSOURCE
public static final int TYPE_UNKNOWN
public ConfigurationObject(int type, String id)
Copyright © 2022 WSO2. All rights reserved.