public class PropertyDefinitionRaw
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
WorkspaceDBObject |
workspace |
Constructor and Description |
---|
PropertyDefinitionRaw(WorkspaceDBObject workspace,
java.lang.String name,
int requiredType,
Value[] defaultValues,
boolean autoCreated,
boolean mandatoryFg,
int onParentVersion,
boolean protectedFg,
boolean multipleFg) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAvailableQueryOperators() |
NodeType |
getDeclaringNodeType() |
Value[] |
getDefaultValues() |
java.lang.String |
getName() |
int |
getOnParentVersion() |
int |
getRequiredType() |
java.lang.String[] |
getValueConstraints() |
boolean |
isAutoCreated() |
boolean |
isFullTextSearchable() |
boolean |
isMandatory() |
boolean |
isMultiple() |
boolean |
isProtected() |
boolean |
isQueryOrderable() |
public final WorkspaceDBObject workspace
public PropertyDefinitionRaw(WorkspaceDBObject workspace, java.lang.String name, int requiredType, Value[] defaultValues, boolean autoCreated, boolean mandatoryFg, int onParentVersion, boolean protectedFg, boolean multipleFg)
public int getRequiredType()
public java.lang.String[] getValueConstraints()
public Value[] getDefaultValues()
public boolean isMultiple()
public java.lang.String[] getAvailableQueryOperators()
public boolean isFullTextSearchable()
public boolean isQueryOrderable()
public NodeType getDeclaringNodeType()
public java.lang.String getName()
public boolean isAutoCreated()
public boolean isMandatory()
public int getOnParentVersion()
public boolean isProtected()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.