Uses of Class
io.keikai.model.sys.dependency.ObjectRef.ObjectType
-
Packages that use ObjectRef.ObjectType Package Description io.keikai.model.impl io.keikai.model.sys.dependency -
-
Uses of ObjectRef.ObjectType in io.keikai.model.impl
Methods in io.keikai.model.impl that return ObjectRef.ObjectType Modifier and Type Method Description ObjectRef.ObjectTypeObjectRefImpl. getObjectType()Constructors in io.keikai.model.impl with parameters of type ObjectRef.ObjectType Constructor Description ObjectRefImpl(java.lang.String bookName, java.lang.String sheetName, java.lang.String objectId, ObjectRef.ObjectType type) -
Uses of ObjectRef.ObjectType in io.keikai.model.sys.dependency
Methods in io.keikai.model.sys.dependency that return ObjectRef.ObjectType Modifier and Type Method Description ObjectRef.ObjectTypeObjectRef. getObjectType()static ObjectRef.ObjectTypeObjectRef.ObjectType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ObjectRef.ObjectType[]ObjectRef.ObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-