public class GraphField extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphField.DistinguishedPropertySetType |
protected static class |
GraphField.PropertyType |
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected GraphField.DistinguishedPropertySetType |
distinguishedPropertySetId |
protected String |
graphId |
protected static org.apache.log4j.Logger |
LOGGER |
protected int |
propertyId |
protected String |
propertyName |
protected String |
propertyTag |
protected GraphField.PropertyType |
propertyType |
| Modifier | Constructor and Description |
|---|---|
|
GraphField(String alias)
Basic graph field.
|
protected |
GraphField(String alias,
GraphField.DistinguishedPropertySetType distinguishedPropertySetId,
int propertyId,
GraphField.PropertyType propertyType) |
|
GraphField(String alias,
GraphField.DistinguishedPropertySetType distinguishedPropertySetId,
String propertyName)
Header field or categories field.
|
protected |
GraphField(String alias,
GraphField.DistinguishedPropertySetType distinguishedPropertySetId,
String propertyName,
GraphField.PropertyType propertyType) |
protected |
GraphField(String alias,
int intPropertyTag,
GraphField.PropertyType propertyType)
Create extended field.
|
|
GraphField(String alias,
String graphId) |
protected |
GraphField(String alias,
String graphId,
GraphField.PropertyType propertyType) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
addFieldMap(String alias) |
protected static void |
addFieldMap(String alias,
GraphField.DistinguishedPropertySetType distinguishedPropertySetId,
int intPropertyTag,
GraphField.PropertyType propertyType) |
protected static void |
addFieldMap(String alias,
GraphField.DistinguishedPropertySetType distinguishedPropertySetId,
String propertyName) |
protected static void |
addFieldMap(String alias,
GraphField.DistinguishedPropertySetType distinguishedPropertySetId,
String propertyName,
GraphField.PropertyType propertyType) |
protected static void |
addFieldMap(String alias,
GraphField.PropertyType propertyType) |
protected static void |
addFieldMap(String alias,
GraphField field) |
protected static void |
addFieldMap(String alias,
int intPropertyTag,
GraphField.PropertyType propertyType) |
protected static void |
addFieldMap(String alias,
String graphId) |
protected static void |
addFieldMap(String alias,
String graphId,
GraphField.PropertyType propertyType) |
static GraphField |
get(String alias)
Get field by alias.
|
String |
getAlias() |
String |
getGraphId() |
static String |
getGraphId(String alias) |
boolean |
isBinary() |
boolean |
isBoolean() |
boolean |
isDate() |
boolean |
isExtended() |
boolean |
isInternetHeaders() |
boolean |
isMultiValued() |
boolean |
isNumber() |
protected static final org.apache.log4j.Logger LOGGER
protected String alias
protected String graphId
protected GraphField.DistinguishedPropertySetType distinguishedPropertySetId
protected String propertyName
protected int propertyId
protected String propertyTag
protected GraphField.PropertyType propertyType
public GraphField(String alias)
alias - property aliasprotected GraphField(String alias, String graphId, GraphField.PropertyType propertyType)
public GraphField(String alias, GraphField.DistinguishedPropertySetType distinguishedPropertySetId, String propertyName)
alias - property aliasdistinguishedPropertySetId - property typeprotected GraphField(String alias, int intPropertyTag, GraphField.PropertyType propertyType)
alias - property aliasintPropertyTag - property tag as intpropertyType - property typeprotected GraphField(String alias, GraphField.DistinguishedPropertySetType distinguishedPropertySetId, int propertyId, GraphField.PropertyType propertyType)
protected GraphField(String alias, GraphField.DistinguishedPropertySetType distinguishedPropertySetId, String propertyName, GraphField.PropertyType propertyType)
protected static void addFieldMap(String alias, GraphField field)
protected static void addFieldMap(String alias)
protected static void addFieldMap(String alias, GraphField.PropertyType propertyType)
protected static void addFieldMap(String alias, String graphId, GraphField.PropertyType propertyType)
protected static void addFieldMap(String alias, int intPropertyTag, GraphField.PropertyType propertyType)
protected static void addFieldMap(String alias, GraphField.DistinguishedPropertySetType distinguishedPropertySetId, int intPropertyTag, GraphField.PropertyType propertyType)
protected static void addFieldMap(String alias, GraphField.DistinguishedPropertySetType distinguishedPropertySetId, String propertyName, GraphField.PropertyType propertyType)
protected static void addFieldMap(String alias, GraphField.DistinguishedPropertySetType distinguishedPropertySetId, String propertyName)
public boolean isExtended()
public String getAlias()
public String getGraphId()
public boolean isMultiValued()
public boolean isNumber()
public boolean isBinary()
public boolean isBoolean()
public boolean isDate()
public boolean isInternetHeaders()
public static GraphField get(String alias)
alias - property aliasCopyright © 2001–2026 MickaĆ«l Guessant. All rights reserved.